Fix spacing
This commit is contained in:
@@ -24,7 +24,7 @@ class SwitchesViewController: UIViewController,
|
|||||||
UICollectionViewDataSource,
|
UICollectionViewDataSource,
|
||||||
UICollectionViewDelegateFlowLayout
|
UICollectionViewDelegateFlowLayout
|
||||||
{
|
{
|
||||||
weak var delegate: SwitchesViewControllerDelegate?
|
weak var delegate: SwitchesViewControllerDelegate?
|
||||||
fileprivate var _collectionView: UICollectionView = UICollectionView(frame: CGRect.zero,
|
fileprivate var _collectionView: UICollectionView = UICollectionView(frame: CGRect.zero,
|
||||||
collectionViewLayout: UICollectionViewFlowLayout())
|
collectionViewLayout: UICollectionViewFlowLayout())
|
||||||
fileprivate var _currentDevicesHash: Int = 0
|
fileprivate var _currentDevicesHash: Int = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user