iphone - How do I implement the protocols for the Three20 framework? -
I am trying to implement three 20 frameworks in my iPhone SDK app.
Is there a guide to implement TTPhotoViewController's work to be a bit confusing to implement the proper methods? I know how to implement the protocol, but this code is very difficult to read.
Anyone knows any guide with this specific structure or has any experience with this and can explain why I need to apply specifically. (Because my app is probably crashing because I have not implemented all the necessary methods)
Just three Search the source files for the missing protocol declaration. You will find a header file that shows which methods you need to paste them into your code and remove them!
Comments
Post a Comment