how to create story book in iphone sdk?
I want to make iphone story book app开发者_运维技巧lication. I want to use animation. Please help me
Thanks!
Your question needs to be specific to a particular programming problem or issue that can be described in detail or shown with sample code, otherwise you might get answers like:
Use the UIStoryBookView and when you initialise it pass TRUE to initWithAnimation:
UIStoryBookView * redRidingHood = [[UIStoryBookView alloc] initWithAnimation:TRUE];
精彩评论