ios - How to make the customized UITableViewCell xib width to fit the device width -


i creating uitabletableviewcell nib file. using width of 320 the cell width. found when run app in iphone 6 simulator, cell cannot occupy whole width of table view. if use iphone 5s, width fine. want know how adjust width of xib fit different iphone versions.

did enable use auto layout , use size classes below first in both table view , table view cell .and tell me problem

enter image description here

1)after select both image , label , below

enter image description here

2) select image , below

enter image description here

3) select label following

enter image description here

can check link below:

ios - custom table cell not full width of uitableview


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -