https://github.com/jkalias/basicoperation
An extensible base class for all iOS Operations in Swift 4.2
https://github.com/jkalias/basicoperation
Last synced: 2 months ago
JSON representation
An extensible base class for all iOS Operations in Swift 4.2
- Host: GitHub
- URL: https://github.com/jkalias/basicoperation
- Owner: jkalias
- Created: 2018-06-24T19:44:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T20:09:12.000Z (about 8 years ago)
- Last Synced: 2025-12-28T16:23:36.383Z (6 months ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BasicOperation
An extensible base class for all iOS Operations in Swift 4.2
I've been fighting many weeks to get my base class of iOS operations right, so if anyone wants to make use of it feel free.
I don't care about credits etc, use at will, copy, modify do what you want with it.
PS: Heavily inspired by the WWDC 2015 talk "Advanced NSOperations", from the amazing Dave DeLong.