uitableview - Autolayout for uitableviewcell using xcode 6 -
my app designed ipad landscape using xcode 6. rendered portrait version of ipad too. how achieve same using autolayout below image.
the above image cell contents of uitableviewcell. tried providing constrains.
after providing constrains, got result as
i want see labels screen. if width exceeds labels multiline , autoheight calculation had been implemented in tableview.
the problem i'm unable labels fit on screen fixed horizontal spacing shown in design time.
i need render design tableviewcell.
just try provide width of these labels aspect ratio , specify width between labels fixed(10 or 20). might work.
Comments
Post a Comment