I added uittolbar at design time , but I noticed that it disappear at landscape mode
how to fix that , I develop ipad application
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.
Look at the toolbar’s
autoresizingMask. This defines the behavior of the view in response to the superview’s frame change. If you’ve done this programmatically, it will beUIViewAutoresizingMaskNoneby default. You will have to set them appropriately.