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 :(
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
Post a Comment