https://github.com/swiftcrew/ios-inshorts-view
InshortsView, UICollectionView for implementing vertical swipe up-done for next/previous cards, like News Inshorts application.
https://github.com/swiftcrew/ios-inshorts-view
inshortcard inshortcollection inshorts inshortui inshortview ios news newsapp newsapplication newsfeed reuse swift swift5 uicollectionview uicollectionviewflowlayout
Last synced: 2 months ago
JSON representation
InshortsView, UICollectionView for implementing vertical swipe up-done for next/previous cards, like News Inshorts application.
- Host: GitHub
- URL: https://github.com/swiftcrew/ios-inshorts-view
- Owner: SwiftCrew
- Created: 2019-09-04T17:35:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T21:13:16.000Z (over 5 years ago)
- Last Synced: 2025-05-07T02:47:10.805Z (5 months ago)
- Topics: inshortcard, inshortcollection, inshorts, inshortui, inshortview, ios, news, newsapp, newsapplication, newsfeed, reuse, swift, swift5, uicollectionview, uicollectionviewflowlayout
- Language: Swift
- Homepage:
- Size: 134 KB
- Stars: 52
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InshortsView
Here, UICollectionView for implementing vertical swipe up-done for next/previous cards, like News Inshorts application.
## Requirements
- Xcode 10+### How to use by Interface
#### Step 1
Add `InshortsLayout` class into your project#### Step 2
* Click on layout
#### Step 3
* Import `InshortsLayout` layout class
#### Step 4
* Click on CollectionView go to attributeinspector select `layout` type `custom` and then import the class `InshortsLayout` and enable paging.
### Result
#### FullView
#### SwipDown
#### SwipUp
## Communication
- If you found a bug, please open an issue. :bow:
- Also, if you have a feature request, please open an issue. :thumbsup:
- If you want to contribute, submit a pull request.:muscle:## Created by
Mohd Tahir, [@Mohd_Tahir99](https://twitter.com/Mohd_Tahir99)