i am new to iPhone Programming …can anybody help me out please..
i want to develop an app like photo app in iPhone..
How to make the naveigation bar and toolbar transparent and fadeout like in photo app in iPhone
Thank u ..
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.
UINavigationBarinherits fromUIView, so you can useUIView‘s animation methods to fade it out by setting thealphaproperty to 0. This should work: