I'm adding an NSForm to an NSTabView in IB and everything looks fine (top picture). When I launch the app and goto the tab with the NSForm the form text fields look like the picture on the bottom. What am I doing wrong?
Asked
Active
Viewed 508 times
0
-
2I vaguely remember (WWDC videos?) that NSForm is not supported for auto layout. Just use text fields and labels, or revert to springs and struts. – Nicholas Riley Jul 18 '12 at 00:58
-
Over 2 years on and this bug still exists. A pity as this control would be good if it worked. – Andrew H Sep 13 '14 at 09:24
-
@Andrew this is ridiculous. I understand now why OSX developers say iOS is easier to develop for. – mattsven Jun 01 '15 at 21:01
1 Answers
1
So I just did what Nicholas suggested and used text fields and labels. Works great!

Chris
- 1,005
- 1
- 13
- 27