On Dec 11, 2013, at 11:54 PM, Luther Baker <lutherba...@gmail.com> wrote:

> And just to clarify, if I need to do some manual calculation, would I be
> using frames, etc? "Frame" feels like such a dirty word in autolayout
> world; is there something else specific to autolayout (like intrinsic size
> - obviously not in this case) ...
> 
> Also, if I need to do some manual calculation, would I do that in the
> view's layoutSubviews - and would I remove and create constraints in that
> method also - and then tell them to lay themselves out again from that
> method as well?

You could just create width constraints for your views in IB, and give your 
controller outlets to the constraints themselves. You could then adjust the 
"constant" property on the constraints in code. The documentation claims that 
this performs better than removing constraints and adding new ones.

Charles

_______________________________________________

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

Reply via email to