Pinned repositories
-
Networking
Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support
-
SyncDB/DATAStack
100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
-
SyncDB/DATASource
Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
3,997 contributions in the last year
Contribution activity
March 2017
Created a pull request in bakkenbaeck/Viewer
that received 8
comments
Fix: Collection view focus
Viewer currently wasn't handling focus quite well changing the focus of the selected cell when you swipe between viewable objects, this PR aims to …
- Simplify file naming
- Rename hyp_dictionary to export
- Rename hyper.valueTransformer to sync.valueTransformer
- Rename hyper.nonExportable to sync.nonExportable
- Rename hyper.isPrimaryKey to sync.isPrimaryKey
- Rename hyper.remoteKey to sync.remoteKey
- Update docs
- Add deep mapping support for to-many relationships
- Add DataFilter tests
- Improve filter performance
- Better docs
- Improve sync helpers
- More renaming
- Major renaming
Created an issue in nicklockwood/SwiftFormat
that received 7
comments
Removed backtick causes compiler to fail
Installed version (brew): swiftformat, version 0.26.2 Before I had: static var type: Build.`Type` { Now I have: static var type: Build.Type { Swift…

