Swift
Swift Dropbox quick tipSwift Dropbox quick tip
Quick Tip If you’re going to use the Dropbox API in your Swift app, you will need a bridging header. If you don’t have one, {...}
Swift
Quick Tip If you’re going to use the Dropbox API in your Swift app, you will need a bridging header. If you don’t have one, {...}
Swift
In the release notes for XCode 6 beta 5, they mention that they are using reStructuredText (quick reference) for javadoc style documentation. It has a {...}
Swift
In Java, it was common to implement callbacks as anonymous classes. It was nice to be able to define the callback right where you define {...}
Swift
Just a simple example of using the UIActivityViewController in Swift. You need to be logged into Facebook and Twitter for the options to share to {...}
Swift
Back in the early 80s I learned the power of LISP’s REPL (Read-Eval-Print-Loop). (As a music major, mind you). Clojure gave us a REPL for {...}