I want to implement the UIScrollView in horizontally and vertically. (Move Top, Bottom,right,left). is it good for use the app at the user end ? is it advisable one?
Is Apple accept this type of implementation? Please Guide Me. THanks in advance.
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 certainly make your scroll view scrollable in both directions, and there’s no reason that Apple should mind — after all, they built that capability into UIScrollView, and plenty of apps (including their own) make use of it.
Whether your interface will work well for your users is a separate problem. The mere fact that you have a 2D scroller shouldn’t hurt, but it obviously wouldn’t work so well if the content is inherently 1-dimensional. For example, a table view should usually scroll only vertically.