Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T17:41:19.000Z (over 1 year ago)
- Last Synced: 2024-11-18T15:25:01.064Z (about 1 month 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: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Ditko
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/Ditko.svg)](http://cocoapods.org/?q=Ditko)
[![Platform](http://img.shields.io/cocoapods/p/Ditko.svg)]()
[![License](http://img.shields.io/cocoapods/l/Ditko.svg)](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/).
![iOS](screenshots/iOS.gif)
![macOS](screenshots/macOS.gif)
![watchOS](screenshots/watchOS.gif)### 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)