UIView in cell — Can't round right-hand corners
I have a rectangular UIView object in a static table view cell. I have an outlet to the object and I'm trying to selectively round corners but it will not round corners on the right. Here's what it looks like in the storyboard: The view I want to configure is the pale yellow one. The red view serves no real purpose other than confirming that the other view is not being clipped. There are no constraint issues or errors. Here's how it looks on a 4S: I'm doing the configuration in tableView:willDisplayCell:forRowAtIndexPath: With this code ( myView is the outlet to the pale yellow view above):