How can I create a custom popup tab bar. that has a small button and once pressed it appears from the bottm and it goes back when the small button get pressed again?
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.
You can animate the position of a view by changing its
centerorframeproperty within an animation block. See here and here for documentation.You essentially create your view off the screen, then animate it onto the screen: