Skip to content

Commit 9a8f033

Browse files
author
UQ Times
committed
xibファイルを追加していなかったので追加
viewDidUnload内でsuperの呼び出し順序を変更
1 parent 8e693ff commit 9a8f033

File tree

2 files changed

+314
-166
lines changed

2 files changed

+314
-166
lines changed

CoreLocationSample-CurrentLocation/CoreLocationSample-CurrentLocation/ViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ - (void)viewDidLoad
6060

6161
- (void)viewDidUnload
6262
{
63-
[super viewDidUnload];
64-
6563
_locationManager.delegate = nil;
6664

6765
self.locationManager = nil;
@@ -81,6 +79,8 @@ - (void)viewDidUnload
8179
self.courseLabel = nil;
8280
self.workInBackgroundSwitch = nil;
8381
self.regionMoniteringSwitch = nil;
82+
83+
[super viewDidUnload];
8484
}
8585

8686
- (void)dealloc

0 commit comments

Comments
 (0)