cocoa touch - iOS 8 gray box over UITableView -



cocoa touch - iOS 8 gray box over UITableView -

i making app need utilize uitableviews 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

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -