comment fix

This commit is contained in:
Pfeil, Scott Robert 2021-06-23 10:18:08 -04:00
parent eb94c7eaff
commit 91df3b197d

View File

@ -114,7 +114,7 @@ public extension MVMCoreUISplitViewController {
return true
}
/// Convenience function to update the navigation bar for the
/// Convenience function to update the navigation bar if the controller is the current lowest controller.
@objc func updateNavigationBarFor(viewController: UIViewController) {
guard let navigationController = navigationController,
let model = navigationController.getNavigationModel(from: viewController) else { return }