https://github.com/possen/upcomingevents
Calendar show conflicting times.
https://github.com/possen/upcomingevents
Last synced: 3 months ago
JSON representation
Calendar show conflicting times.
- Host: GitHub
- URL: https://github.com/possen/upcomingevents
- Owner: possen
- Created: 2018-08-03T05:09:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T04:48:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-06T02:24:16.294Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Upcoming Events:
Show a calendar view and conflicted dates.Goals:
* Demonstrate functional programming
* Separation of concerns
* Separate sectoins for each Day
* MVP pattern EvenLogicController
* Reusable genercised class for adapting CollectionView to data in model.
* Avoids forced unwraps for view controllers by creating a LazyLoaded section which is called after viewDidLoad
* Designed for network access by async call, although not required in project
* Lazy loaded DateFormatters that should only get created once, as they are expensive to create.