Re: Strange behaviour of NSLayoutManager
Re: Strange behaviour of NSLayoutManager
- Subject: Re: Strange behaviour of NSLayoutManager
- From: Roland King <email@hidden>
- Date: Wed, 14 Aug 2013 21:49:30 +0800
All that stuff is unreleased and still under NDA so it can't be discussed on the public cocoa list. You can ask on the devforums however, they're quite active again these days.
On 14 Aug, 2013, at 9:43 PM, Gerriet M. Denkmann <email@hidden> wrote:
> The iPhone Simulator runs this code:
>
> - (IBAction)fontSizeSliderHasMoved: sender;
> {
> CGPoint contentOffset = self.textView.contentOffset; // we only use x-value, which is always zero
> NSTextContainer *textContainer = self.textView.textContainer;
> NSLayoutManager *layoutManager = self.textView.layoutManager;
_______________________________________________
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