objc-protocol Questions
4
I am following a tutorial where using the UIPickerController to operate the camera. However when implementing UICollectionViewDatsaSource, I get an error saying that ViewController does not conform...
Perusse asked 26/9, 2014 at 16:44
2
Solved
I'm getting a warning in Xcode 5 with the iOS 7 SDK that says
Auto property synthesis will not synthesize property declared in a protocol
I didn't get this warning in Xcode 4 with the iOS 6.1 SD...
Boone asked 16/9, 2013 at 19:30
1
Solved
I came across this code in ShareKit, and I don't understand what the writer had in mind, using self in a class method. There is a warning: Incompatible pointer types sending 'Class' to parameter ty...
Gustav asked 27/1, 2012 at 3:14
1
Solved
Can anyone give example of forward declaration in objective C for a normal class and not for category or protocol?
Process asked 1/2, 2011 at 12:44
4
Solved
Can anyone tell me what the angle brackets <...> in an Objective-C class interface do? Like this one (from http://snipt.net/robhawkes/cocoa-class-interface):
@interface MapMeViewController : ...
Weight asked 16/12, 2009 at 11:4
1
© 2022 - 2024 — McMap. All rights reserved.