mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
[Examples] fix CustomCollectionView-Swift project configs (#2671)
* fix podfile * add Sample scheme * remove example project workspace files * remove use_frameworks! * add Sample scheme * add use_frameworks! back in * add scrollableDirections method
This commit is contained in:
@@ -249,4 +249,8 @@ class MosaicCollectionViewLayoutInspector: NSObject, ASCollectionViewLayoutInspe
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
func scrollableDirections() -> ASScrollDirection {
|
||||
return ASScrollDirectionVerticalDirections;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user