fix conflicts
This commit is contained in:
parent
1a5c819a2a
commit
269898f566
@ -124,18 +124,8 @@ open class CaretView: View {
|
|||||||
lineWidth = lineWidthValue
|
lineWidth = lineWidthValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
extension CaretView: MVMCoreUIViewConstrainingProtocol {
|
|
||||||
open func needsToBeConstrained() -> Bool {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
open func alignment() -> UIStackView.Alignment {
|
override public func setWithModel(_ model: MoleculeProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [String : AnyHashable]?) {
|
||||||
return UIStackView.Alignment.leading;
|
|
||||||
}
|
|
||||||
|
|
||||||
public func setWithModel(_ model: MoleculeProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [String : AnyHashable]?) {
|
|
||||||
guard let caretModel = model as? CaretViewModel else {
|
guard let caretModel = model as? CaretViewModel else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -156,3 +146,15 @@ extension CaretView: MVMCoreUIViewConstrainingProtocol {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extension CaretView: MVMCoreUIViewConstrainingProtocol {
|
||||||
|
open func needsToBeConstrained() -> Bool {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
open func alignment() -> UIStackView.Alignment {
|
||||||
|
return UIStackView.Alignment.leading;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
@ -84,7 +84,7 @@ open class DashLine: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public func setWithModel(_ model: MoleculeProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [String : AnyHashable]?) {
|
public override func setWithModel(_ model: MoleculeProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [String : AnyHashable]?) {
|
||||||
guard let dashLineModel = model as? DashLineModel else {
|
guard let dashLineModel = model as? DashLineModel else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user