ios - UITableViewCell in nib or storyboard -
hi what's difference of using nib or storyboard on custom uitableviewcell? i'm planning create facebook news feed using custom uitableviewcell dynamic height.what's more flexible use?
edit: why did down-vote question? don't see problem on post.
with nib can design custom cell once use in number of classes, have attach outlets nib; while storyboard, each screen have make custom cell , attach outlets. if cell required 1 screen , may go storyboard else use nib. both ways can have custom height
Comments
Post a Comment