是否可以在不提供naturalLanguageQuery的情况下使用MKLocalSearchRequest显示附近的地方?
我知道典型的路线是使用foursquare或google.我用过这两个.
我不知道我做错了什么.文件名正确,样式设置为plain.但我得到了一个像我的图像大小的银行白盒子.我正在使用UINavigationController.
请帮忙,谢谢你提前谢谢.
**仅供参考我对目标c不熟悉,所以对我来说不要太难.;)
UIBarButtonItem *toolbarChannelGuideButton = [[UIBarButtonItem alloc]
initWithImage:[UIImage imageNamed:@"channel-guide-button.png"]
style:UIBarButtonItemStylePlain
target:self
action:@selector(action:)];
self.toolbarItems = [NSArray arrayWithObjects:toolbarChannelGuideButton, nil];
[toolbarChannelGuideButton release];
Run Code Online (Sandbox Code Playgroud) iphone objective-c uinavigationcontroller uibarbuttonitem toolbaritems