美文网首页iOS分享世界
iOS-导航栏里系统按钮的样式图片

iOS-导航栏里系统按钮的样式图片

作者: 蕾蕾是女神 | 来源:发表于2016-06-07 11:38 被阅读971次

    1..UIBarButtonSystemItemDone,

    2..UIBarButtonSystemItemCancel,

    3..UIBarButtonSystemItemEdit,

    4..UIBarButtonSystemItemSave,

    5..UIBarButtonSystemItemAdd,

    6..UIBarButtonSystemItemCompose,

    7..UIBarButtonSystemItemReply,

    8..UIBarButtonSystemItemAction,

    9..UIBarButtonSystemItemOrganize,

    10..UIBarButtonSystemItemBookmarks,

    11..UIBarButtonSystemItemSearch,

    12..UIBarButtonSystemItemRefresh,

    13..UIBarButtonSystemItemStop,

    14..UIBarButtonSystemItemCamera,

    15..UIBarButtonSystemItemTrash,

    16..UIBarButtonSystemItemPlay,

    17..UIBarButtonSystemItemPause,

    18..UIBarButtonSystemItemRewind,

    19..UIBarButtonSystemItemFastForward,

    20..UIBarButtonSystemItemUndo

    21..UIBarButtonSystemItemRedo

    22..UIBarButtonSystemItemPageCurl

    23..UIBarButtonSystemItemFlexibleSpace,   这不是按钮,是在设置间隔使用的,能自动调节按钮间的间距。

    24..UIBarButtonSystemItemFixedSpace,

    如果不想自动调整按钮间的间距,而想指定固定间距值时,

    注意,要设置它的间距值。  (width)

    相关文章

      网友评论

        本文标题:iOS-导航栏里系统按钮的样式图片

        本文链接:https://www.haomeiwen.com/subject/krdddttx.html