I need to implement 开发者_运维问答a scroll view which (on a button press) will page either up, left, down or right depending on which button was pressed. Also the user can indefinately page in the sa
I am trying to wrap my head around how this would work. I want to create a horizontal scrollview consisting of \"tiles\" that are added and that you can scroll through (paging). On each tile will be a
For the text-editing part of my app, I am putting lines in a UIScrollView to simulate lined notepaper. My UIScrollView will scroll whenever the UITextView scrolls, so that the text stays fixed to the
I have a UIScrollView and want to set a timer, so if I scroll and do nothing for about 10 seconds a job method will be called, and if I scroll before this 10 seconds the timer will reset. My code does
I have a full-screen UITextView that gets smaller whenever the keyboard appears, so that the keyboard doesn\'t cover any of the text. As part of this, I also change the textView\'s bottom contentInset
I have seen this question asked in other places...but no valid answers... I have a UIScrollView that scrolls horizontally.I have 3 photos in them...ie: subviews of the U开发者_高级运维IScrollView hol
i\'m trying to implement a slideshow of images with previews horizontaly and vertically, and i want to be able to do some stuff when the user stop scrolling and after 5 seconds do this stuff. I use 2
I simply just want to have more controls than I can fit on the normal iPhone screen. Take for example viewing someone\'s contact information in the Contacts app.
i have a big uiscrollview and topView in ipad viewcontroller, leftscrollView and topView.开发者_如何学运维
I have a view with which you can do finger drawing. It\'s currently in UIScrollView. Although it can dr开发者_开发问答aw, it is very buggy because while I am drawing, the ScrollView scrolls up and dow