Skip to content

marknorgren/swift-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift

Tools

Apple's Official Documentation

Open Source Swift

Regular Expressions

JSON Parsing


Libraries / Tools / Examples

NSNotificationCenter

iOS Libs List

Websockets

Time / Dates

Reactive Swift

Models

JSON -> Swift Models

Example Apps

Server Side Swift

Swift on Raspberry Pi

Install Swift on Pi (March 2019)

$ curl -s https://packagecloud.io/install/repositories/swift-arm/release/script.deb.sh | sudo bash sudo apt install swift4

$ sudo apt-get install swift4

You should see swift version after running:

$ swift --version

Example:

$ swift --version
Swift version 4.2.3 (swift-4.2.3-RELEASE)
Target: armv7-unknown-linux-gnueabihf

Install Vapor Example

$ sudo apt install git

$ sudo apt-get install openssl
$ sudo apt-get install libssl1.0

$ git clone https://github.com/twostraws/vapor-clean

$ swift build

$ swift run Run --hostname 0.0.0.0 --port 8080


Courses

Collection of links, resources, and snippets for Swift

Articles / Discussions about Swift

Books and Upcoming Books

Videos

realm.io meetup videos

This is a list of an awesome resource from realm.io's blog

Style Guides / Best Practices

Cheat Sheets

About

Collection of links, resources, and snippets for Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages