带有“创建”按钮的UIBarButtonItem图像

时间:2010-10-13 21:52:12

标签: iphone

我是iPhone SDK的新手,我想知道,在哪里我得到一些标准按钮,很多应用程序都在使用。我想要那个按钮:

http://4.bp.blogspot.com/_fAv06gZ6FPU/SumCCleuwpI/AAAAAAAAAFs/0mtPapm8EFg/s1600-h/Screen+shot+2009-10-29+at+11.47.20.png

在UIToolbar中。有什么建议吗? : - )

提前致谢...

1 个答案:

答案 0 :(得分:3)

[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCompose target:myTarget action:mySelector];