2013-07-15 45 views
2

我需要在導航欄的右側放置設置圖標,並且想要在設置應用程序中使用Apple自己的設置圖標(齒輪圖標)。這是允許的,如果這些圖標是可訪問的,我怎樣才能得到它們?到目前爲止,我只能在xcode中訪問Apple的圖標子集,如動作,添加,書籤...從UIBarButtonSystemItem撤消,但沒有類似設置的符號。導航欄上的Apple標準設置欄圖標

self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"wantapplestdhere.png"] style:UIBarButtonItemStylePlain target:self action:@selector(selectorMethod:)]; 

回答

4

我不能說是否允許使用圖標。但是,它們是可訪問的。只需下載0xced's iOS-Artwork-Extractor並在模擬器上運行它。它會給你一個包含在你運行的iOS模擬器中的所有圖像的轉儲,我相信它就是所有這些。