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 protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
