iphone - Cocoa, Cocoa Touch, and Vertical Separators -
in interface builder cocoa applications, there 2 objects in "library" pane - vertical separator , horizontal separator. these 2 objects nice have lay out views way them. however, when started in cocoa touch year or 2 ago noticed 2 objects not there.
why vertical , horizontal separators present in object library in cocoa environment not there when cocoa touch xib
loaded up?
(as concession, know can accomplish same task utilizing uiimageview, it's not same.)
the paradigm designing apps iphone different mac, can't expect ib objects same.
if trying use vertical separators, i'd recommend re-think ui, may not user expects, iphone screen limited in it's size, specially horizontally, it's best expand content vertically, that's why uitableview 1 of used ways display info.
(i know ipad doesn't have limitation, that's why uisplitviewcontroller exists).
Comments
Post a Comment