Public int(frame: collectionViewLayout:) in ButtonBarView

This commit is contained in:
Matteo Ugolini 2016-12-01 12:51:50 -05:00
parent d18a243045
commit 79a4ecc685
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ open class ButtonBarView: UICollectionView {
addSubview(selectedBar)
}
override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
public override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
super.init(frame: frame, collectionViewLayout: layout)
addSubview(selectedBar)
}