Hey,
I'm trying to get a new view in my app to work, but I'm getting an error when i run it!
I went to the documentation and seen this,
But, i have no idea how to write this in the app?! Someone said i might need to create an instance for SubstitutableViewController but im not sure what it is i have to do exactly? Anyone have any answers? Or example of what this should look like?
Thanks for any help...
I'm trying to get a new view in my app to work, but I'm getting an error when i run it!
error: cannot find protocol declaration for 'SubstitutableViewController'
I went to the documentation and seen this,
Declaring a Protocol
You declare formal protocols with the @protocol directive:
@protocol ProtocolName
method declarations
@end
But, i have no idea how to write this in the app?! Someone said i might need to create an instance for SubstitutableViewController but im not sure what it is i have to do exactly? Anyone have any answers? Or example of what this should look like?
Thanks for any help...