Skip to content

Commit

Permalink
use default minimum linespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhlvoong committed Dec 31, 2016
1 parent 75bd3ab commit 6040506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LBTAComponents.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LBTAComponents'
s.version = '0.1.8'
s.version = '0.1.9'
s.summary = 'LBTAComponents is a small library of components that makes it easy to build applications programmatically.'

# This description is used to generate tags and improve search results.
Expand Down
1 change: 0 additions & 1 deletion LBTAComponents/Classes/DatasourceController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ open class DatasourceController: UICollectionViewController, UICollectionViewDel
super.viewDidLoad()
collectionView?.backgroundColor = .white
collectionView?.alwaysBounceVertical = true
layout?.minimumLineSpacing = 0

view.addSubview(activityIndicatorView)
activityIndicatorView.anchorCenterXToSuperview()
Expand Down

0 comments on commit 6040506

Please sign in to comment.