0

ここにドキュメントがあります: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/BarIcons.html

しかし、それ自体でアイコンを取得する方法はありますか? これの例はどこにありますか?

ありがとう。

4

1 に答える 1

0

定義済みのアイコンを持つ UIBarButtonSystemItem を使用します。

それらはここにあります: https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/index.html#//apple_ref/c/tdef/UIBarButtonSystemItem

于 2015-03-06T06:36:54.647 に答える