In weather app (in basilar iPhone app) there is a button with an “i” for info; when you press this “i” there is a interesting effect to change view; what’s the name of this effect? I want replay it in my app.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a modal transition style between
UIViewControllers and notUIViews.In the example you described UIViewController being loaded is a presented in a modal way and the transition style is set to
UIModalTransitionStyleFlipHorizontalWhere
selfis also aUIViewController