I have created custom cell in which there are n number of image views. According to number of image views per row, i put the size of the imageview. for that, I need width of the UITableView in initWithStyle: method of the UITableViewCell. But the iPad returns the width of the UITableView as 320. My application is designed for the iPad only and I have put XIB for iPad only (I have checked the option "Targeted for iPad" or like).
Is there any way I can get the width of the tableview from the init method? I have used self.contentView.frame and self.frame but they didn't work.