remove horizontalAlignment
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
7357a199d2
commit
f3efb91fee
@ -135,8 +135,6 @@ open class TileContainer: VDS.TileContainer, VDSMoleculeViewProtocol{
|
|||||||
}
|
}
|
||||||
|
|
||||||
extension TileContainer: MVMCoreUIViewConstrainingProtocol {
|
extension TileContainer: MVMCoreUIViewConstrainingProtocol {
|
||||||
public func horizontalAlignment() -> UIStackView.Alignment { .leading }
|
|
||||||
|
|
||||||
public func isClippable() -> Bool {
|
public func isClippable() -> Bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -136,9 +136,6 @@ open class Tilelet: VDS.Tilelet, VDSMoleculeViewProtocol{
|
|||||||
}
|
}
|
||||||
|
|
||||||
extension Tilelet: MVMCoreUIViewConstrainingProtocol {
|
extension Tilelet: MVMCoreUIViewConstrainingProtocol {
|
||||||
|
|
||||||
public func horizontalAlignment() -> UIStackView.Alignment { .leading }
|
|
||||||
|
|
||||||
public func isClippable() -> Bool {
|
public func isClippable() -> Bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user