|
@@ -72,7 +72,7 @@ class BFVoiceSettingView: UIView {
|
|
|
layout.minimumLineSpacing = 30
|
|
|
layout.sectionInset = UIEdgeInsets.zero
|
|
|
layout.minimumInteritemSpacing = 0
|
|
|
- let collectView = UICollectionView(frame: CGRect(x: 60, y: 0, width: cScreenWidth, height: 40), collectionViewLayout: layout)
|
|
|
+ let collectView = UICollectionView(frame: CGRect(x: 60, y: 0, width: cScreenWidth - 60, height: 40), collectionViewLayout: layout)
|
|
|
collectView.isPagingEnabled = false
|
|
|
collectView.showsHorizontalScrollIndicator = false
|
|
|
collectView.showsVerticalScrollIndicator = false
|