如何获得“位置”UIToolbar按钮?

时间:2010-12-14 00:01:45

标签: iphone objective-c uibutton uitoolbar cllocationmanager

我希望添加一个类似于Apple地图应用程序中的“定位”按钮。

alt text

^There

我查看了有边框按钮的选项,但未列出。我该如何添加其中一个?

提前致谢。

1 个答案:

答案 0 :(得分:3)

你必须自己创建它。

例如,使用UIBarButtonItem的这种方法:

- (id)initWithImage:(UIImage *)image style:(UIBarButtonItemStyle)style target:(id)target action:(SEL)action