You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lion comes with a fancy new feature for specifying how your UI should behave in different localizations and when the window is resized.
HotCocoa already has a LayoutView class that hides/simplifies the monotony of defining the layout for a widget, but auto layout is more powerful. It would be interesting to see if we can take advantage of it without making layout more difficult, at least in the general cases.
Lion comes with a fancy new feature for specifying how your UI should behave in different localizations and when the window is resized.
HotCocoa already has a LayoutView class that hides/simplifies the monotony of defining the layout for a widget, but auto layout is more powerful. It would be interesting to see if we can take advantage of it without making layout more difficult, at least in the general cases.
Read about it here:
http://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AutolayoutPG/Articles/Introduction.html
The text was updated successfully, but these errors were encountered: