On Mar 17, 2017, at 23:18 , Daryle Walker <dary...@mac.com> wrote: > > The table isn’t using the new values, though.
There’s no direct relationship linking the intrinsic size to the row height. That’s kinda the point. Nothing is going to happen automatically. You have to detect when the row height might change (e.g. when the text is edited), and run autolayout on a prototype cell. Autolayout uses the intrinsic height to resize the cell view. That gives you the height, and then you must manually tell the table that the height for the row has changed. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com