Re: Text layout responsibility
Re: Text layout responsibility
- Subject: Re: Text layout responsibility
- From: Rimas <email@hidden>
- Date: Fri, 12 Dec 2008 15:43:25 +0200
Thank you for the tip. I'll try this also.
Rimas M.
On Fri, Dec 12, 2008 at 1:18 PM, chaitanya pandit
<email@hidden> wrote:
> Try changing the container size once the layout is complete, you can do this
> by using the delegate method:
> - (void)layoutManager:(NSLayoutManager *)layoutManager
> didCompleteLayoutForTextContainer:(NSTextContainer *)textContainer
> atEnd:(BOOL)layoutFinishedFlag
> and checking the layoutFinishedFlag.
>
> But you need to take care of not entering an infinite loop.
_______________________________________________
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