Merge branch 'release/20_1_0' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into release/20_1_0
This commit is contained in:
commit
8c1577bb7f
@ -144,11 +144,6 @@ import VDS
|
||||
//--------------------------------------------------
|
||||
// MARK: - MoleculeViewProtocol
|
||||
//--------------------------------------------------
|
||||
|
||||
open func needsToBeConstrained() -> Bool { true }
|
||||
|
||||
public func horizontalAlignment() -> UIStackView.Alignment { .leading }
|
||||
|
||||
public func updateView(_ size: CGFloat) {}
|
||||
|
||||
}
|
||||
|
||||
@ -345,7 +345,11 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
||||
}
|
||||
|
||||
@objc public func getAccessibilityElements() -> [Any]? {
|
||||
[tabs]
|
||||
//forcing lazy view load to have accessibility elements available in time for the accessibility manager
|
||||
guard let navigationControllerView = subNavigationController.view else {
|
||||
return [tabs]
|
||||
}
|
||||
return [tabs, navigationControllerView]
|
||||
}
|
||||
|
||||
open override func observeForResponseJSONUpdates() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user