Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armandgrillet/ikimageviewdemo-in-swift
A Swift version of IKImageViewDemo
https://github.com/armandgrillet/ikimageviewdemo-in-swift
Last synced: about 2 months ago
JSON representation
A Swift version of IKImageViewDemo
- Host: GitHub
- URL: https://github.com/armandgrillet/ikimageviewdemo-in-swift
- Owner: armandgrillet
- Created: 2014-06-27T15:52:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T16:08:17.000Z (about 6 years ago)
- Last Synced: 2023-08-04T20:22:09.526Z (over 1 year ago)
- Language: Swift
- Size: 379 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IKImageViewDemo in Swift
========================![Project's image](http://i.imgur.com/P6edA7s.png)
##Why?
[IKImageViewDemo](https://developer.apple.com/library/mac/samplecode/IKImageViewDemo/Introduction/Intro.html) is a popular sample code provided by Apple to create a simple image editor. The code has not been translated in Swift officially so I did it myself. The goal of this project is to be a good way to see how to write real apps in Swift by comparing the code.
##What?
This is a simple translation, Controller.m is now Controller.swift and... that's it.
##Can I use it?
Of course! This project is under MIT license.
##Credit
[Font Awesome to PNG](http://fa2png.io/) for the (ugly) icon.
###"IKImageViewDemo in Swift" or "IKImageViewDemo 2014"?
"IKImageViewDemo in Swift" is the project's name but Xcode is not the best tool to rename folders.