Reputation: 25731
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
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