Re: [iPhone] -UIScrollView

2010-06-08 Thread Scott Anguish
This is exactly what UIScrollView was intended for in Paging mode, and the documentation explains how to do this with a minimum of 2 or 3 views (I can't remember which I decided on, 2 will work, but 3 is smoother). I'm unsure of the restraints on loading single pages of PDF files, so that might

Re: [iPhone] -UIScrollView

2010-06-07 Thread Henry McGilton
On Jun 1, 2010, at 9:18 PM, Hank Heijink (Mailinglists) wrote: > On Jun 1, 2010, at 5:09 PM, Fritz Anderson wrote: > >> On 31 May 2010, at 11:58 PM, Development wrote: >> >>> I have a Scroll view that contains a master view. This master view adds >>> page sized views of image data, specificall

Re: [iPhone] -UIScrollView

2010-06-01 Thread Hank Heijink (Mailinglists)
On Jun 1, 2010, at 5:09 PM, Fritz Anderson wrote: > On 31 May 2010, at 11:58 PM, Development wrote: > >> I have a Scroll view that contains a master view. This master view adds page >> sized views of image data, specifically PDF data. The problem that I am >> having is that if I load all these

Re: [iPhone] -UIScrollView

2010-06-01 Thread Fritz Anderson
On 31 May 2010, at 11:58 PM, Development wrote: > I have a Scroll view that contains a master view. This master view adds page > sized views of image data, specifically PDF data. The problem that I am > having is that if I load all these pages at once, I run out of memory and the > app quits. S

[iPhone] -UIScrollView

2010-05-31 Thread Development
I have a Scroll view that contains a master view. This master view adds page sized views of image data, specifically PDF data. The problem that I am having is that if I load all these pages at once, I run out of memory and the app quits. So I was hoping there was a way to make it so that the ima

[iphone] UIScrollView event handling

2009-08-26 Thread Dragos Ionel
Hi, I have a UIVew that contains a UIScrollView. UIScrollView is handling tap events, by moving the photos. I would like to be able to handle swipe events in the UIView (the parent of the scroll view). Is it possible? Thanks a lot, Dragos ___ Cocoa-d