diff --git a/MVMCoreUI/Managers/SubNav/SubNavManagerController.swift b/MVMCoreUI/Managers/SubNav/SubNavManagerController.swift index 50d5063e..6883dd9b 100644 --- a/MVMCoreUI/Managers/SubNav/SubNavManagerController.swift +++ b/MVMCoreUI/Managers/SubNav/SubNavManagerController.swift @@ -345,6 +345,7 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol, } @objc public func getAccessibilityElements() -> [Any]? { + //forcing lazy view load to have accessibility elements available in time for the accessibility manager guard let navigationControllerView = subNavigationController.view else { return [tabs] }