uitableview - IOS different xibs for different screen sizes -
i new ios programming , display square image in uitableviewcell, size 320x320 or 375x375 iphones 5 , 6 instance.
can done single xib file or 2 different xib?
if it's 2 xib, screen size test registering correct nib tableview cell?
you can in single xib. using autolayout, have add constraint specify cell's height should same width. way, if width changes height automatically updated.
Comments
Post a Comment