Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-25675] : iOS11 Button in navigation-bar remains in pressed state when opening new window #9799

Merged
merged 6 commits into from Feb 6, 2018

Conversation

vijaysingh-axway
Copy link
Contributor

@@ -181,6 +181,11 @@ - (void)windowClosing:(TiWindowProxy *)window animated:(BOOL)animated

- (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
{
if ([TiUtils isIOSVersionOrGreater:@"11.2"]) {
navigationController.navigationBar.tintAdjustmentMode = UIViewTintAdjustmentModeNormal;
navigationController.navigationBar.tintAdjustmentMode = UIViewTintAdjustmentModeAutomatic;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both? That doesn‘t seem righr.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, but valid. Can you file a radar for this as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'll file bug to apple.

@hansemannn hansemannn added this to the 7.1.0 milestone Feb 5, 2018
@build build added the ios label Feb 5, 2018
@hansemannn hansemannn changed the title [TIMOB-25675] : iOS11 Button in navigation-bar remains in pressed te when opening new window [TIMOB-25675] : iOS11 Button in navigation-bar remains in pressed the when opening new window Feb 5, 2018
@build build added the ios label Feb 5, 2018
@ewieberappc
Copy link
Contributor

FR Passed on 7_0_X branch

@build build added the ios label Feb 5, 2018
@vijaysingh-axway vijaysingh-axway changed the title [TIMOB-25675] : iOS11 Button in navigation-bar remains in pressed the when opening new window [TIMOB-25675] : iOS11 Button in navigation-bar remains in pressed state when opening new window Feb 6, 2018
@build build added the ios label Feb 6, 2018
@build
Copy link
Contributor

build commented Feb 6, 2018

Messages
📖

💾 Here's the generated SDK zipfile.

Generated by 🚫 dangerJS

@ewieberappc ewieberappc merged commit bde816e into tidev:master Feb 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants