Where can I find custom UITabBarSystemItem icons?

前端 未结 4 2193
北海茫月
北海茫月 2021-02-10 19:49

Is there a resource out there some place that has custom UITabBarSystemItem icons that others can use. I know you get some from Apple to start, but I would imagine there are a l

4条回答
  •  时光取名叫无心
    2021-02-10 20:03

    You can try use following:

    UITabBarItem *anItem = [[UITabBarItem alloc]initWithTabBarSystemItem:UITabBarSystemItemMore tag:0];
    

    And the system icons are described and shown in: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITabBarItem_Class/Reference/Reference.html

提交回复
热议问题