Skip to content

Commit 0e52605

Browse files
committed
Reload tableView for observations FRC after getting results
1 parent 5c79bf9 commit 0e52605

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,11 @@
987987
4C2A38ED19745C0D00E7470A /* People */,
988988
F75DD30B1A97A9B50007FA3F /* Segues */,
989989
4C546FE9195A27D1000CF230 /* Map */,
990+
2F389C931DCD24E200F05C95 /* Views */,
990991
F7A94D7218AD9CB000CB9EE0 /* Supporting Files */,
992+
F7A94D8E18AD9CB000CB9EE0 /* MageTests */,
991993
F7A94D8018AD9CB000CB9EE0 /* Images.xcassets */,
992994
F7A94DB118B55E6D00CB9EE0 /* Media.xcassets */,
993-
2F389C931DCD24E200F05C95 /* Views */,
994995
F7A94D7A18AD9CB000CB9EE0 /* AppDelegate.h */,
995996
F7A94D7B18AD9CB000CB9EE0 /* AppDelegate.m */,
996997
F7994AB5190EF7BD00A90A1D /* MageRootViewController.h */,
@@ -1000,7 +1001,6 @@
10001001
4CF141B01992A5D900C4B70E /* DeviceUUID.h */,
10011002
4CF141B11992A5D900C4B70E /* DeviceUUID.m */,
10021003
2F14288F199AB9A400C64A98 /* UINextField.h */,
1003-
F7A94D8E18AD9CB000CB9EE0 /* MageTests */,
10041004
2F142890199AB9A400C64A98 /* UINextField.m */,
10051005
F7B3B3EA1B863A0E00EC0349 /* DisclaimerViewController.h */,
10061006
F7B3B3EB1B863A0E00EC0349 /* DisclaimerViewController.m */,

Mage/ObservationDataStore.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ - (void) startFetchControllerWithObservations: (Observations *) observations {
6262
NSLog(@"Unresolved error %@, %@", error, [error userInfo]);
6363
exit(-1); // Fail
6464
}
65+
66+
[self.tableView reloadData];
6567
}
6668

6769
- (void) startFetchController {

0 commit comments

Comments
 (0)