You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one Issue if I want to implement the extension SecondViewController with the func collectionView(_ collectionView: UICollectionView, moveItemAt sourceIndexPath: IndexPath, to DestinationIndexPath: IndexPath){ //some code }
then Xcode want to change the func in an override func but this isnt that what i want cause i want to disable the recording. Could somebody help me?
Regards Alerp
The text was updated successfully, but these errors were encountered:
I have one Issue if I want to implement the extension SecondViewController with the
func collectionView(_ collectionView: UICollectionView, moveItemAt sourceIndexPath: IndexPath, to DestinationIndexPath: IndexPath){ //some code }
then Xcode want to change the func in an override func but this isnt that what i want cause i want to disable the recording. Could somebody help me?
Regards Alerp
The text was updated successfully, but these errors were encountered: