Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm writing a custom NSView that has an intrinsicContentSize that depends on the view subtree constraints (specifically on the subviews fittingSize property).

The fittingSize property seems to be unobservable by KVO, so I can't invoke my view invalidateIntrinsicContentSize method whenever one of the subviews' fittingSize properties is changed.

When does cocoa check if my intrinsicContentSize is valid, if I want to check the subviews' fittingSize and invoke invalidateIntrinsicContentSize just before that (if needed)?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.