You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
if let navigationController =self.navigationController {
// iPhone
}else if let navigationController =self.splitViewController?.childViewControllers.first as?UINavigationController{
// iPad
}
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.
The text was updated successfully, but these errors were encountered: