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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -