SkillAgentSearch skills...

QBTitleView

Title label and image view for 'titleView' property of UINavigationItem

Install / Use

/learn @nek023/QBTitleView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

QBTitleView

QBTitleView is an account indicator designed for titleView property of UINavigationItem.

ScreenShot

ss01.png

Properties

delegate

The delegate object.

@property (nonatomic, assign) id<QBTitleViewDelegate> delegate

highlighted

A Boolean value that indicates whether the view is highlighted.

@property (nonatomic, assign) BOOL highlighted

title

The string displayed in the label.

@property (nonatomic, copy) NSString *title

image

The image displayed in the image view.

@property (nonatomic, retain) UIImage *image

highlightedImage

The highlighted image displayed in the image view.

@property (nonatomic, retain) UIImage *highlightedImage

See QBTitleView.h for more customizable properties.

Example

See QBTitleView project for example usage.

License

QBTitleView is released under the MIT License, see LICENSE.txt.

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3y ago
Forks1

Languages

Objective-C

Security Score

75/100

Audited on Jan 28, 2023

No findings