forked from organicmaps/organicmaps
[new downloader][ios] Rebase fixes.
This commit is contained in:
parent
fe0c48673f
commit
97f6812fd2
4 changed files with 7 additions and 10 deletions
|
@ -81,7 +81,6 @@ using namespace osm_auth_ios;
|
|||
navBar.barStyle = UIBarStyleBlack;
|
||||
navBar.tintColor = [UIColor clearColor];
|
||||
navBar.barTintColor = [UIColor clearColor];
|
||||
navBar.shadowImage = [UIImage imageWithColor:[UIColor clearColor]];
|
||||
navBar.shadowImage = [[UIImage alloc] init];
|
||||
[navBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];
|
||||
navBar.translucent = YES;
|
||||
|
|
|
@ -77,7 +77,7 @@ using namespace storage;
|
|||
UIColor * searchBarColor = [UIColor primary];
|
||||
[navBar setBackgroundImage:[UIImage imageWithColor:searchBarColor]
|
||||
forBarMetrics:UIBarMetricsDefault];
|
||||
navBar.shadowImage = [UIImage imageWithColor:[UIColor clearColor]];
|
||||
navBar.shadowImage = [[UIImage alloc] init];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
- (UIButton *)backButton
|
||||
{
|
||||
UIImage * backImage = [UIImage imageNamed:@"ic_nav_bar_back"];
|
||||
CGFloat const imageSide = backImage.size.width;
|
||||
UIButton * button = [[UIButton alloc] initWithFrame:CGRectMake(0., 0., imageSide, imageSide)];
|
||||
UIButton * button = [[UIButton alloc] initWithFrame:{{}, backImage.size}];
|
||||
[button setImage:backImage forState:UIControlStateNormal];
|
||||
[button addTarget:self action:@selector(backTap) forControlEvents:UIControlEventTouchUpInside];
|
||||
button.imageEdgeInsets = UIEdgeInsetsMake(0., -32, 0., 0.);
|
||||
button.imageEdgeInsets = {0, -16, 0, 0};
|
||||
return button;
|
||||
}
|
||||
|
||||
|
|
|
@ -252,6 +252,8 @@
|
|||
34CFFE901B7DE83D009D0C9F /* MWMSearchView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34CFFE8F1B7DE83D009D0C9F /* MWMSearchView.mm */; };
|
||||
34D15BA81BD8F93C00C8BCBE /* AddSetTableViewCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34D15BA61BD8F93C00C8BCBE /* AddSetTableViewCell.mm */; };
|
||||
34D15BA91BD8F93C00C8BCBE /* AddSetTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 34D15BA71BD8F93C00C8BCBE /* AddSetTableViewCell.xib */; };
|
||||
34DCDE3A1C75CD8100652CAC /* Framework.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34479C751C60C6130065D261 /* Framework.cpp */; };
|
||||
34DCDE3B1C75CE1F00652CAC /* MWMOpeningHoursDeleteScheduleTableViewCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = 347FD85A1C60B2CE002FB65E /* MWMOpeningHoursDeleteScheduleTableViewCell.mm */; };
|
||||
34DDD5341BFDB0B600407F2F /* MWMMapDownloaderViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 342AF0DF1BE24E9A0016F3AE /* MWMMapDownloaderViewController.mm */; };
|
||||
34DDD5351BFDB0C600407F2F /* MWMBaseMapDownloaderViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 341223BA1BEB58FA007227E9 /* MWMBaseMapDownloaderViewController.mm */; };
|
||||
34E273211C737A4100463965 /* MWMMigrationViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34E273201C737A4100463965 /* MWMMigrationViewController.mm */; };
|
||||
|
@ -295,7 +297,6 @@
|
|||
5605022F1B6211E100169CAD /* sound-strings in Resources */ = {isa = PBXBuildFile; fileRef = 5605022E1B6211E100169CAD /* sound-strings */; };
|
||||
560634F21B78806100F3D670 /* MWMTextToSpeech.mm in Sources */ = {isa = PBXBuildFile; fileRef = 560634F11B78806100F3D670 /* MWMTextToSpeech.mm */; };
|
||||
56C74C391C74A3BC00B71B9F /* MWMInputEmailValidator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 34ABA62F1C2D58F300FE1BEC /* MWMInputEmailValidator.mm */; };
|
||||
56D545621C74A41900E3719C /* Framework.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34479C751C60C6130065D261 /* Framework.cpp */; };
|
||||
56D545631C74A41900E3719C /* Framework.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34479C751C60C6130065D261 /* Framework.cpp */; };
|
||||
6741A9421BF340DE002C974C /* sound-strings in Resources */ = {isa = PBXBuildFile; fileRef = 5605022E1B6211E100169CAD /* sound-strings */; };
|
||||
6741A9431BF340DE002C974C /* MWMPlacePageDescriptionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = F67BC26E1B254B1F00FE1D7B /* MWMPlacePageDescriptionView.xib */; };
|
||||
|
@ -3359,6 +3360,7 @@
|
|||
F63BA3711BCD5B520044C504 /* MWMTTSLanguageViewController.mm in Sources */,
|
||||
F64DA8021C524BDE00330E9E /* UISwitch+RuntimeAttributes.m in Sources */,
|
||||
F607C18E1C047FDC00B53A87 /* MWMSegue.mm in Sources */,
|
||||
34DCDE3A1C75CD8100652CAC /* Framework.cpp in Sources */,
|
||||
F6FE2C0F1B03A006009814AA /* MWMPlacePageNavigationBar.mm in Sources */,
|
||||
F64A37D01B9EE24C00180464 /* MWMRouteHelperPanelsDrawer.mm in Sources */,
|
||||
341138801C15B50B002E3B3E /* MWMOpeningHoursModel.mm in Sources */,
|
||||
|
@ -3425,7 +3427,6 @@
|
|||
345FDD261C3BB3AF0070C459 /* MWMEditorViewController.mm in Sources */,
|
||||
34B82ABA1B837FFD00180497 /* MWMSearchHistoryRequestCell.mm in Sources */,
|
||||
34BAB6E91BB2DA0C00DB941B /* MWMBottomMenuLayout.mm in Sources */,
|
||||
34479C7A1C60C6130065D261 /* Framework.cpp in Sources */,
|
||||
F785EB4016386FC4003A38A8 /* BookmarkCell.mm in Sources */,
|
||||
34BAB6ED1BB2DFCE00DB941B /* MWMBottomMenuCollectionViewCell.mm in Sources */,
|
||||
34CCFDE01C22A2EF00F28959 /* MWMPlacePageOpeningHoursCell.mm in Sources */,
|
||||
|
@ -3533,7 +3534,6 @@
|
|||
6741A9C61BF340DE002C974C /* MWMSearchCommonCell.mm in Sources */,
|
||||
34ABA6351C2D64D400FE1BEC /* MWMAuthorizationForgottenPasswordViewController.mm in Sources */,
|
||||
34E273261C73876500463965 /* MWMMigrationView.mm in Sources */,
|
||||
347FD87C1C60B2CE002FB65E /* MWMOpeningHoursDeleteScheduleTableViewCell.mm in Sources */,
|
||||
340C20E41C3E565600111D22 /* MWMCuisineEditorViewController.mm in Sources */,
|
||||
6741A9C81BF340DE002C974C /* MWMiPhoneLandscapePlacePage.mm in Sources */,
|
||||
6741A9C91BF340DE002C974C /* ToastView.mm in Sources */,
|
||||
|
@ -3573,6 +3573,7 @@
|
|||
6741A9DB1BF340DE002C974C /* MWMRoutePreview.mm in Sources */,
|
||||
6741A9DC1BF340DE002C974C /* MWMRoutePointLayout.mm in Sources */,
|
||||
F6F6ACFC1C15C1010060FDD0 /* MWMRecentTrackSettingsController.mm in Sources */,
|
||||
34DCDE3B1C75CE1F00652CAC /* MWMOpeningHoursDeleteScheduleTableViewCell.mm in Sources */,
|
||||
34BF0CC71C31304A00D097EB /* MWMAuthorizationCommon.mm in Sources */,
|
||||
6741A9DF1BF340DE002C974C /* MWMSearchHistoryClearCell.mm in Sources */,
|
||||
6741A9E01BF340DE002C974C /* MWMDownloaderDialogHeader.mm in Sources */,
|
||||
|
@ -3629,7 +3630,6 @@
|
|||
F653CE121C6DEC8E00A453F1 /* MWMDropDown.mm in Sources */,
|
||||
6741AA071BF340DE002C974C /* MWMBottomMenuLayout.mm in Sources */,
|
||||
3401CD771C3CED1E0028C6F8 /* MWMEditorSelectTableViewCell.mm in Sources */,
|
||||
34479C7B1C60C6130065D261 /* Framework.cpp in Sources */,
|
||||
345FDD271C3BB3AF0070C459 /* MWMEditorViewController.mm in Sources */,
|
||||
6741AA091BF340DE002C974C /* BookmarkCell.mm in Sources */,
|
||||
6741AA0A1BF340DE002C974C /* MWMBottomMenuCollectionViewCell.mm in Sources */,
|
||||
|
@ -3669,7 +3669,6 @@
|
|||
347FD8701C60B2CE002FB65E /* MWMOpeningHoursAllDayTableViewCell.mm in Sources */,
|
||||
6741AA1F1BF340DE002C974C /* MWMSearchBookmarksCell.mm in Sources */,
|
||||
34E273221C737A4100463965 /* MWMMigrationViewController.mm in Sources */,
|
||||
34479C731C60BAB80065D261 /* MWMInputEmailValidator.mm in Sources */,
|
||||
341F99E91C6B119E001C67B8 /* MWMMapDownloaderDefaultDataSource.mm in Sources */,
|
||||
6741AA221BF340DE002C974C /* MWMNavigationView.mm in Sources */,
|
||||
6741AA231BF340DE002C974C /* UIFont+MapsMeFonts.mm in Sources */,
|
||||
|
|
Loading…
Add table
Reference in a new issue