ios - Table View Cell size changing -


i have been having issue tableview in xcode using swift.

i using parse, (sad shutting down soon) think problem in interface builder. (ib) issue adds huge white space below each cell.

here's link picture: (i don't have enough reputation post images straight in question)

as can see in cell on ib, there no space reason adds huge space. have checked image resolution , size , exact size uiimageview

setup constraints in uitableviewcell. in viewdidload like:

self.tableview.estimatedrowheight = 120.0 //or other approximation of cell's height 

this cause table view's cells' height determined constraints set in cell.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -