Swift Around the Web


Code


Design


Random Cool Stuff

In Case You Missed It

Tutorials

Videos

Functional Voodoo


WATCH

Swift Code

  • Shark - Swift Script that transforms the .xcassets folder into a type safe enum (also check out Misen for Swift 1.2)

  • Popover - Popover is a balloon library like Facebook app. It is written in pure swift.

  • PennyPincher - A fast gesture recognizer based on the PennyPincher algorithm, written in Swift.

  • NVActivityIndicatorView - Collection of nice loading animations

  • RubberBandEffect - Recreating Apple’s rubber band effect in Swift

Business


Swift ThoughtsSwift Thoughts

During the past week, I got to work a lot more with Swift 2.0. I know, I'm late to the game! And as I'm starting my week by going back to Swift 1.2, there are two features I'm going to feel 😢 without: guard and protocol extensions.

@ayaka posted a great tweet that summarizes my feelings as well:

"You know a new feature is good when you have to go back to the previous version for something and you really miss it."

Can't wait until Xcode 7 GM 🚀! Only a few short weeks to go...

NatashaTheRobot