accessibility
This commit is contained in:
parent
016eb01908
commit
c6eb090bb7
@ -10,7 +10,7 @@ import UIKit
|
|||||||
|
|
||||||
// This class is only temporarily necessary. Eventually we will have initWithModel instad of just init for moleculeviews, which will remove this need.
|
// This class is only temporarily necessary. Eventually we will have initWithModel instad of just init for moleculeviews, which will remove this need.
|
||||||
open class StringAndMoleculeStack: MoleculeStackView {
|
open class StringAndMoleculeStack: MoleculeStackView {
|
||||||
override open func createStackItemsFromModel(_ model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable : Any]?) {
|
override open func createStackItemsFromModel(_ model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
|
||||||
guard let model = model as? StackModelProtocol,
|
guard let model = model as? StackModelProtocol,
|
||||||
let molcules = model.molecules as? [MoleculeStackItemModel] else { return }
|
let molcules = model.molecules as? [MoleculeStackItemModel] else { return }
|
||||||
for stackItemModel in molcules {
|
for stackItemModel in molcules {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user