Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c125f52695 |
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'InfiniteLayout'
|
||||
s.version = '0.1.5'
|
||||
s.version = '0.1.6'
|
||||
s.summary = 'Horizontal and Vertical infinite scrolling feature for UICollectionView'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
@@ -21,8 +21,8 @@ open class InfiniteCollectionView: UICollectionView {
|
||||
|
||||
open var centeredIndexPath: IndexPath?
|
||||
|
||||
@IBInspectable var isItemPagingEnabled: Bool = false
|
||||
@IBInspectable var velocityMultiplier: CGFloat = 500 {
|
||||
@IBInspectable open var isItemPagingEnabled: Bool = false
|
||||
@IBInspectable open var velocityMultiplier: CGFloat = 500 {
|
||||
didSet {
|
||||
self.infiniteLayout.velocityMultiplier = velocityMultiplier
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user