I added a XIV based on a UIViewController
to my solution and dragged UIViews
into it. Now I want some of the views not to be a UIView
, but a RoundedRectView
(https://github.com/Krumelur/RoundedRectView) that inherits from UIView
.
How to achieve this? I tried changing the class in Interface Builder but did nothing. Then I manually modified the designer.cs file, but this led to an error. Then I tried to change the fake ObjC code, but that also failed.
(I am using Xcode 4.2 and MD 2.8.6.4)
source share