File tree Expand file tree Collapse file tree
BluePlaquesLondon.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 922922 CLANG_ENABLE_CODE_COVERAGE = YES;
923923 CODE_SIGN_IDENTITY = "iPhone Developer";
924924 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
925- CURRENT_PROJECT_VERSION = 18 ;
925+ CURRENT_PROJECT_VERSION = 19 ;
926926 DEVELOPMENT_TEAM = 3TQU8WFYZ9;
927927 FRAMEWORK_SEARCH_PATHS = (
928928 "$(inherited)",
952952 CLANG_ENABLE_CODE_COVERAGE = NO;
953953 CODE_SIGN_IDENTITY = "iPhone Developer";
954954 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
955- CURRENT_PROJECT_VERSION = 18 ;
955+ CURRENT_PROJECT_VERSION = 19 ;
956956 DEVELOPMENT_TEAM = 3TQU8WFYZ9;
957957 FRAMEWORK_SEARCH_PATHS = (
958958 "$(inherited)",
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ - (void)viewDidLoad
145145 // Add Auto Layout constraints for map view
146146 // Map extends behind the transparent navigation bar
147147 [NSLayoutConstraint activateConstraints: @[
148- [self .mapView.topAnchor constraintEqualToAnchor: self .view.topAnchor],
148+ [self .mapView.topAnchor constraintEqualToAnchor: self .view.safeAreaLayoutGuide. topAnchor],
149149 [self .mapView.leadingAnchor constraintEqualToAnchor: self .view.leadingAnchor],
150150 [self .mapView.trailingAnchor constraintEqualToAnchor: self .view.trailingAnchor],
151151 [self .mapView.bottomAnchor constraintEqualToAnchor: self .view.bottomAnchor]
@@ -169,7 +169,7 @@ - (void)viewDidLoad
169169 self.searchController .hidesNavigationBarDuringPresentation = NO ;
170170 self.navigationItem .searchController = self.searchController ;
171171 self.navigationItem .hidesSearchBarWhenScrolling = NO ;
172- self.definesPresentationContext = YES ;
172+ self.definesPresentationContext = NO ;
173173}
174174
175175- (void )viewWillAppear : (BOOL )animated
Original file line number Diff line number Diff line change 3232 </dict >
3333 </array >
3434 <key >CFBundleVersion </key >
35- <string >18 </string >
35+ <string >19 </string >
3636 <key >ITSAppUsesNonExemptEncryption </key >
3737 <string >NO </string >
3838 <key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >18 </string >
22+ <string >19 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments