Making fancy views with Cocoa Touch
I should want to make an interface in which i put a UIImageView in the left bottom c开发者_JS百科orner of my main view controller and , if user touch that Image an empty sheet of paper "fly" from it and "land" as an complete interface (with buttons, textfields etc)... What should be my starting point?
Thank you!
Start reading about Core Animation
精彩评论