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

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -