An open API service indexing awesome lists of open source software.

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

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)