I have been using a customCell.xib
with its own customCellClass
within a UITableView
,which is built without using autoLayout
feature(since I need to make it work even on platforms prior to iOS6
).
The UITableView
fetches this custom made xib cell in its dataSource
method.
The dilemma I'm facing is that the UITableView
crashes abruptly 50 % of times I run it but executes and shows the tabeview perfectly rest of the times..
I m currently using XCode 4.5.
Here's the crash Log i receive ..
'Auto Layout still required after executing -layoutSubviews. UITableViewCell's implementation of -layoutSubviews needs to call super.'