Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[ios] update layout after device has been rotated #7004

Closed
wants to merge 1 commit into from

Conversation

frederoni
Copy link
Contributor

Closes #6954

For more info, see #6954 (comment)

@frederoni frederoni added the iOS Mapbox Maps SDK for iOS label Nov 10, 2016
@frederoni frederoni added this to the ios-v3.4.0 milestone Nov 10, 2016
@frederoni frederoni self-assigned this Nov 10, 2016
@mention-bot
Copy link

@frederoni, thanks for your PR! By analyzing the history of the files in this pull request, we identified @1ec5, @incanus and @boundsj to be potential reviewers.

@frederoni frederoni force-pushed the fred-layout-rotation-6954 branch from ce2a13a to 428eabd Compare November 10, 2016 15:07
@@ -533,6 +533,11 @@ - (void)commonInit
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(wakeGL:) name:UIApplicationWillEnterForegroundNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(wakeGL:) name:UIApplicationDidBecomeActiveNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didReceiveMemoryWarning) name:UIApplicationDidReceiveMemoryWarningNotification object:nil];

#if !TARGET_OS_TVOS
Copy link
Contributor

Choose a reason for hiding this comment

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

We support tvOS?

@1ec5
Copy link
Contributor

1ec5 commented Nov 10, 2016

Noting that #6776 attempts to fix what appears to be the same issue.

@frederoni
Copy link
Contributor Author

Closing in favor of #6776

@frederoni frederoni closed this Nov 15, 2016
@frederoni frederoni deleted the fred-layout-rotation-6954 branch November 15, 2016 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants