first take a look on this picture from localScope app :

i have 2 (simple?) questions :
-
how can i paginate my icons like this?
-
how can i detect witch icon is ” selected “
thank you.
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.
Well one clean & memory efficient approach is to have a
UINavigationController&UIToolBarlike so –When the user taps on any button in the
UIToolBarinvoke that particularviewControllerby popping and pushing them.I hope its clear that the look and feel can be achieved close to what you are showing in the image, I am talking about the functionality.