https://github.com/kosoku/ditko
Ditko is an iOS/macOS/tvOS/watchOS framework that extends the AppKit, UIKit, and WatchKit frameworks.
https://github.com/kosoku/ditko
appkit ios macos tvos uikit watchkit watchos
Last synced: 4 months ago
JSON representation
Ditko is an iOS/macOS/tvOS/watchOS framework that extends the AppKit, UIKit, and WatchKit frameworks.
- Host: GitHub
- URL: https://github.com/kosoku/ditko
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-03-08T01:02:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T17:41:19.000Z (about 3 years ago)
- Last Synced: 2025-04-21T04:53:52.451Z (about 1 year ago)
- Topics: appkit, ios, macos, tvos, uikit, watchkit, watchos
- Language: Objective-C
- Homepage: https://kosoku.github.io/Ditko/
- Size: 50.4 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Ditko
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/?q=Ditko)
[]()
[](https://github.com/Kosoku/Ditko/blob/master/license.txt)
*Ditko* is an iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks. It provides a variety of classes, categories, functions and macros that simplify repetitive tasks on the various platforms.
Demo icons by [Font Awesome](https://fontawesome.com/) and [Glyphish](http://www.glyphish.com/).



### Installation
You can install *Ditko* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework.
When installing as a framework, ensure you also link to [Stanley](https://github.com/Kosoku/Stanley), [KSOFontAwesomeExtensions](https://github.com/Kosoku/KSOFontAwesomeExtensions), and [Loki](https://github.com/Kosoku/Loki) as *Ditko* relies on them.
### Dependencies
Third party:
- [Stanley](https://github.com/Kosoku/Stanley)
- [Loki](https://github.com/Kosoku/Loki)
- [KSOFontAwesomeExtensions](https://github.com/Kosoku/KSOFontAwesomeExtensions)