I am trying to implement a tableView in a view and I want the corners to be rounded similar to the new nike+ gps home screen. Is there a simple code way to do this or should I just mask it with an image above?
The table sits on the page with square corners at the moment, and rounded would be better.
Any ideas? All google searches seems to come back with is rounded grouped table views and rounding images in table cells.
I am trying to implement a tableView in a view and I want the corners to be rounded similar to the new nike+ gps home screen. Is there a simple code way to do this or should I just mask it with an image above?
The table sits on the page with square corners at the moment, and rounded would be better.
Any ideas? All google searches seems to come back with is rounded grouped table views and rounding images in table cells.
Cheers
You should be able to round your cells the same way they round images using CALayer.