views:

75

answers:

0

Hi All, I created a TableView and its TableViewCell is created from a XIB file. I referenced the below link to do that. http://www.bdunagan.com/2009/06/28/custom-uitableviewcell-from-a-xib-in-interface-builder/

Now even if i set the autoresizing property for the cell from IBuilder, the right most UI components are not arranging properly. I've 4 labels in a cell. 2 on left side and 2 on the right side. The right most labels are displaying partially and is out of boundary of the table view (table view is a grouped one) and the entire screen. I tried many ways, but failed. So if anyone faced this issue and resolved it, please help me too.

Thanks and regards, Hadhi.