https://github.com/krisyu/swiftextensions
Useful Swift Extension
https://github.com/krisyu/swiftextensions
extension swift-3 useful-scripts
Last synced: 11 months ago
JSON representation
Useful Swift Extension
- Host: GitHub
- URL: https://github.com/krisyu/swiftextensions
- Owner: KrisYu
- Created: 2017-02-08T16:13:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T16:18:53.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T00:28:11.617Z (about 1 year ago)
- Topics: extension, swift-3, useful-scripts
- Language: Swift
- Size: 1.95 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# SwiftExtensions
Some of useful swift extensions and scripts.
### String
- [String run as Terminal command](https://github.com/KrisYu/SwiftExtensions/blob/master/StringRunAsCommand.playground/Contents.swift)
- [String trim](https://github.com/KrisYu/SwiftExtensions/blob/master/StringExtension.playground/Contents.swift)
### NSData
- [Detect ImageType](https://github.com/KrisYu/SwiftExtensions/blob/master/ImageType.playground/Contents.swift)
### Exif
- [Exif from NSURL image](https://github.com/KrisYu/SwiftExtensions/blob/master/ExifPlayground.playground/Contents.swift)