I have a UIScrollView with only horizontal scrolling allowed, and I would like to know which direction (left, right) the user scrolls. What I did was to subclass the UIScrollView and override the touc
I would like to setup a UIScrollView containing say 5 images to be scrolled. I have 100 images to be scrolled.
I am a noobat OBJ-C :) I am trying to add a UIImageView to a UIScrollView to display a large image in my iPhone app.
When you have a sectioned, plain-style tableview on the iPhone, such as in the Contacts app, the section headers remain visible when you scroll past them until they are pushed offscreen by the next se
I would like to make a standard view container which will give me the curl animation effect on multiple views.
I have 3 \"pages\" (page 0, page 1, page 2) in a UIScrollView that are snapped to by finger swipes. There is a UIPageCont开发者_开发技巧rol there too. The UIScrollView starts off presenting page 0. Wh
I have a UIScrollView containing another wiew. This view need to handle single touch event for drawing. For this reason I would like to scroll using 2 fingers.
I have an image in an UIScrollView, that can be scrolled and zoomed. When the user presses a but开发者_运维技巧ton, I want the code to create an image from whatever part of the UIScrollView is inside
I am using a CATiledLayer as content of UIScrollView, but seems I can not get the correct (sometimes) [scrollView contentSize] and [scrollView contentOffset] from CATiledLayer\'s delegate method :
I\'m contemplating subclassing UIScrollView (the way UITextView does) to draw a fairly large amount of text (formatted in ways that NSTextView can\'t).