I need to work with a subclassed UIToolbar
in the UINavigationController
. I know this can be done via Interface Builder
but I need it to be done programatically.
The docs state that the UINavigationController
toolbar property is readonly so I'm at a bit of a loss as to how I proceed.
Related:
- Custom UINavigationController UIToolbar Background Image