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
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
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
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
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
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