On Oct 3, 2009, at 10:35 AM, PCWiz <pcwiz.supp...@gmail.com> wrote:
The problem with these 2 methods is that even though the rounded corners are drawn, anything inside the view (e.g. a table view) does not have rounded corners, only the view itself does. Is there any workaround for this?
Set a mask on the graphics context? The problem is that the subviews don't expect rounded corners and will draw as normal, leading to artifacts like disappearing borders.
To do this satisfactorily you will need a wholly custom UI. Usually this is a red flag.
--Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com