cdub
cdub

Reputation: 25731

Using a standard toolbar or ios navigation bar icon

I see the documentation here: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/BarIcons.html

But is there anyway to get the icon by itself? Where is an example of this?

Thanks.

Upvotes: 0

Views: 849

Answers (1)

cdub
cdub

Reputation: 25731

Use a UIBarButtonSystemItem which has the predefined icons.

They are located here: https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/index.html#//apple_ref/c/tdef/UIBarButtonSystemItem

Upvotes: 0

Related Questions