我使用一個iPhone 4運行的代碼初始用戶位置: - (id)init
{
self = [super initWithNibName:@"OfflineView" bundle:nil]; // ok, not perfect but for test, that works fine
if (self) {
self.locationMgr = [[CLLo
我想隱藏或顯示UIButton天氣用戶的當前位置在地圖上可見。在測試代碼xcode時,如果用戶位置在地圖上不可見,我可以在「didUpdateLocation」方法的控制檯上看到消息"User location view is NOT visible but should be. Showing...."。我如何使用這個消息來生成事件來隱藏或顯示UIButton? 感謝您提前提供任何幫助。