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

Splitview Controller - DetailView - Progress does not show #3

Open
Sun3 opened this issue Aug 8, 2016 · 2 comments
Open

Splitview Controller - DetailView - Progress does not show #3

Sun3 opened this issue Aug 8, 2016 · 2 comments

Comments

@Sun3
Copy link

Sun3 commented Aug 8, 2016

When you are using a SplitView Controller (like the Master/Detail Xcode template) when you open up the Detail View in Portrait mode, the Progress Bar does not show.

This only happens on the iPhone. On the iPad it appears in the Detail View.

Any ideas? Great control by the way.

@Sun3 Sun3 closed this as completed Aug 9, 2016
@Sun3 Sun3 reopened this Aug 9, 2016
@Sun3
Copy link
Author

Sun3 commented Aug 9, 2016

Sorry, hit the wrong button :)

@ykyouhei
Copy link
Owner

ykyouhei commented Jan 2, 2017

@Sun3

if let navigationController = self.navigationController {
    // iPhone
} else if let navigationController = self.splitViewController?.childViewControllers.first as? UINavigationController {
    // iPad       
}

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

No branches or pull requests

2 participants