KYNavigationProgress icon indicating copy to clipboard operation
KYNavigationProgress copied to clipboard

Splitview Controller - DetailView - Progress does not show

Open Sun3 opened this issue 9 years ago • 2 comments
trafficstars

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 avatar Aug 08 '16 17:08 Sun3

Sorry, hit the wrong button :)

Sun3 avatar Aug 09 '16 06:08 Sun3

@Sun3

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

ykyouhei avatar Jan 02 '17 12:01 ykyouhei