How do I selectively round UITableViewCell corners?

Posted by Michael Yang on Stack Overflow See other posts from Stack Overflow or by Michael Yang
Published on 2010-06-13T04:31:02Z Indexed on 2010/06/13 4:32 UTC
Read the original article Hit count: 287

Filed under:

I'm trying to recreate the feel of the upper part of the iPhone Stocks application. Using cornerRadius I have been able to round all the corners of the UITableView, but when the user drags too far down or up the rectangular edges of the first and last cells show. How can I round only the top or bottom part of the UITableViewCell?

© Stack Overflow or respective owner

Related posts about iphone