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

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -