ios - Tableview rounded corner not showing up in bottom -


i using corner radius set rounded border of uitableview, following code

self.tableview.layer.cornerradius = 8.0 self.tableview.layer.maskstobounds = true 

but showing without rounded corner in bottom :(

enter image description here

if table height proper then, second cell inner view's height greater height.

try removing inner view cell or if there no inner view check tableview height.

thanks.


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -