removing updateView.

This commit is contained in:
Subhankar Acharya 2020-02-25 21:24:04 +05:30
parent 54782b1871
commit 2ec429974a

View File

@ -24,12 +24,6 @@ import Foundation
//-----------------------------------------------------
// MARK: - View Lifecycle
//-------------------------------------------------------
open override func updateView(_ size: CGFloat) {
super.updateView(size)
stack.updateView(size)
}
override open func setupView() {
super.setupView()
stack.stackItems = [StackItem(andContain: eyebrow),