access modified

This commit is contained in:
Kevin G Christiano 2020-04-07 14:22:06 -04:00
parent f125d55962
commit 752ff76e79

View File

@ -14,10 +14,10 @@ import Foundation
// MARK: - Properties // MARK: - Properties
//-------------------------------------------------- //--------------------------------------------------
var doughnutChart = DoughnutChart(frame: .zero) public var doughnutChart = DoughnutChart()
var colorLablesStack = ColorViewLabelsStack() var colorLablesStack = ColorViewLabelsStack()
var doughnutChartModel: DoughnutChartModel? { public var doughnutChartModel: DoughnutChartModel? {
get { return model as? DoughnutChartModel } get { return model as? DoughnutChartModel }
} }
@ -94,6 +94,7 @@ import Foundation
// MARK: - MVMCoreUIViewConstrainingProtocol // MARK: - MVMCoreUIViewConstrainingProtocol
extension DoughnutChartView: MVMCoreUIViewConstrainingProtocol { extension DoughnutChartView: MVMCoreUIViewConstrainingProtocol {
open func horizontalAlignment() -> UIStackView.Alignment { open func horizontalAlignment() -> UIStackView.Alignment {
return .leading return .leading
} }