Re: Zooming UIScrollViews
Re: Zooming UIScrollViews
- Subject: Re: Zooming UIScrollViews
- From: Fritz Anderson <email@hidden>
- Date: Tue, 1 Jun 2010 16:54:24 -0500
On 1 Jun 2010, at 1:11 PM, Development wrote:
> the view never gets bigger or smaller it does nothing really. All the numbers are passing correctly according to NSLog but I get no zoom at all.
A review of the documentation would have helped you. .maximumZoomScale and .minimumZoomScale are both 1.0 by default.
When you've taken care of that, don't provide a scrollViewDidEndZooming:... method until you've seen what the scroll view does without it.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden