Tagged Questions
3
votes
1answer
75 views
Autolayout how to support the substitution of a subview?
My problem is related to the use of autolayout (the famous) ;)
I would like to manage 2 situations of subviews in the same view controller so that I can go from one situation to another (and ...
0
votes
1answer
332 views
Auto Layout Constraints Throwing Exception
I am using auto layouts on fields I am loading into table view cells. For each cell I clear all subviews out of the contentView and load my own views based on the type of field I need. Most cells ...
2
votes
2answers
115 views
Another Cocoa: Crash in _NSDisplayOperationStack; Need Guidance too
Much like the question asked here, I too have problems with the NSDisplayOperationStack.
Let me make the context clear first though.
I have a window which contains a view, in there a tabView with ...