removed @PUblished, since this is no longer needed
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e33246153a
commit
3b6e8948bb
@ -8,7 +8,6 @@
|
||||
import Foundation
|
||||
import UIKit
|
||||
|
||||
|
||||
class ButtonCollectionViewRow {
|
||||
var attributes = [ButtonLayoutAttributes]()
|
||||
|
||||
@ -149,7 +148,7 @@ class ButtonGroupPositionLayout: UICollectionViewLayout {
|
||||
weak var delegate: ButtongGroupPositionLayoutDelegate?
|
||||
|
||||
// Total height of the content. Will be used to configure the scrollview content
|
||||
@Published var layoutHeight: CGFloat = 0.0
|
||||
var layoutHeight: CGFloat = 0.0
|
||||
var position: ButtonGroup.Alignment = .left
|
||||
var rowQuantity: Int = 0
|
||||
var buttonPercentage: CGFloat?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user