My goal is to create a button with fully rounded corners (half a circle at each side). It should look something like this:
In the user defined runtime attributes I've set layer.cornerRadius as KeyPath and 50 as Value (also tried 49). Also, I've set the the "Clip Subviews" option to yes (like in this answer: UIlabel layer.cornerRadius not working in iOS 7.1) However, the compiled result looks like this on my iPhone 5c (iOS 9.2.1):
(The images are made in photoshop but that's exactly how it looks like)
The corners are rounded but there is clearly an anchorpoint missing. Any suggestion on how to get the desired result?