cocoa touch - iOS 8 gray box over UITableView -
cocoa touch - iOS 8 gray box over UITableView -
i making app need utilize uitableview
s display content in organized fashion, since updated ios 8 , xcode 6 have been getting mystery grayness box on entire view. can seen in image below. not happen on every uitableview
, (with no apparent pattern).
in ios 8
, must specify height in uitableview
's delegate:
-(cgfloat)tableview:(uitableview *)tableview heightforrowatindexpath:(nsindexpath *)indexpath{ homecoming 44.0; }
in ios 7
, earlier, default accepted. see this link more information.
ios cocoa-touch uitableview ios8
Comments
Post a Comment