That's sort of what I'm doing, I just wondered if it could be done without having to implement an additional property, since there is a built in one.
It's the same for getting the view controller from the view. I've added a UIViewController member to my custom view, but it seems so unnecessary as there is a _delegate member in UIView, you just can't access it from the properties.
|