JumioNavigationBarTitleImageView
@interface JumioNavigationBarTitleImageView : UIImageView <JumioAppearance>
UIView that implements JumioAppearance protocol that is used to define the uiimage that is - when set - drawn instead of the NavigationBar title. Please check out our Surface Tool https://jumio.github.io/surface-ios/ to see what customization options are supported.
-
UIImage object that is drawn instead of the title in the UINavigationBar.
Declaration
Objective-C
@property (nonatomic, strong, readwrite) UIImage *titleImage;