
How to make a Pulse-like navigation bar which is scrollable (the area is marked by the rectangle)? Can someone point me an example?
Thanks
Lvreiny
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.
Its actually simple. Just nest scroll views. The outer one covers the whole screen and only allowing vertical scrolling.
Each series of thumbnails is contained in another, smaller scroll view which only allows horizontal scrolling. I’ve used this technique myself for an app I was contracted to develop.
Your navigation bar can be a horizontal scrollview right at the top with
UIButtonsin them.Hope this helps.