When creating a UIBarButtonItem with a custom view, is it possible to access that custom view again, without having to keep a pointer externally? Eg:
barButtonItem.customView
There does not appear to be such a property or method. Once you pass it in via the init, it seems to be an internal concern to that class.