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

Support multiple type of root view controllers for content action #2

Merged
merged 5 commits into from
May 13, 2014

Conversation

malshash
Copy link
Contributor

@malshash malshash commented Apr 9, 2014

updated the methodology to find the top view controller to support multiple types of root view controllers

@krzyzanowskim
Copy link
Contributor

Would you mind to update pull request so I could merge it ?

@malshash
Copy link
Contributor Author

yes, found another issue as well with resizing when orientation is changed so I will work that out as well.

centered the content view close button
properly sized the web content view based on the currently displayed view size/orientation
updated the topViewController logic to work properly when a modal view is the top most view controller
@@ -96,14 +96,29 @@ - (BOOL)canPerformBeaconAction:(BLETrigger *)trigger forState:(BLEActionState)st

#pragma mark - Private

+ (UIViewController *)visibleViewControllerFrom:(UIViewController *) vc {
if ([vc isKindOfClass:[UINavigationController class]]) {
return [BLEContentAction visibleViewControllerFrom:[((UINavigationController *) vc) visibleViewController]];
Copy link
Contributor

Choose a reason for hiding this comment

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

that about topViewController here ?

@krzyzanowskim
Copy link
Contributor

merge but this minor issue with topViewController is still valid to change.

@krzyzanowskim krzyzanowskim reopened this May 13, 2014
krzyzanowskim pushed a commit that referenced this pull request May 13, 2014
Support multiple type of root view controllers for content action
@krzyzanowskim krzyzanowskim merged commit b7d3ef5 into upnext:master May 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants