Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackjacx/source
Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController
https://github.com/blackjacx/source
apple carthage carthage-support cocoapods datasource hacktoberfest ios spm swift swiftpackage swiftpackagemanager uicollectionview uitableview xcode
Last synced: 9 days ago
JSON representation
Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController
- Host: GitHub
- URL: https://github.com/blackjacx/source
- Owner: Blackjacx
- License: mit
- Created: 2017-07-23T17:47:48.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-25T20:25:02.000Z (8 months ago)
- Last Synced: 2024-04-27T05:21:58.235Z (6 months ago)
- Topics: apple, carthage, carthage-support, cocoapods, datasource, hacktoberfest, ios, spm, swift, swiftpackage, swiftpackagemanager, uicollectionview, uitableview, xcode
- Language: Swift
- Homepage:
- Size: 2.96 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
[![Twitter Follow](https://img.shields.io/badge/follow-%40blackjacx-1DA1F2?logo=twitter&style=for-the-badge)](https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fgithub.com%2Fblackjacx&screen_name=Blackjacxxx)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?logo=paypal&style=for-the-badge)](https://www.paypal.me/STHEROLD)# Source
Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController.
## Install
### [Swift Package Manager](https://swift.org/package-manager/)
In Xcode open your target list and select your project. Click the tab `Swift Packages` and there the small `+` icon. Enter the URL of this repository, select the version you want to install - usually the preset is okay - and confirm.
### [CocoaPods](http://cocoapods.org)
Simply add the following line to your Podfile:
```ruby
pod "Source"
```## Example
### iOS
The repo includes an example project. To run it, just type `pod try Source` in your console and it will be downloaded and opened for you.
## Contribution
- If you found a **bug**, please open an **issue**.
- If you have a **feature request**, please open an **issue**.
- If you want to **contribute**, please submit a **pull request**.## Author
[Stefan Herold](mailto:[email protected]) • 🐦 [@Blackjacxxx](https://twitter.com/Blackjacxxx)
## Contributors
Thanks to all of you who are part of this:
## License
Source is available under the MIT license. See the [LICENSE](LICENSE) file for more info.