Category: swift programming language

  • Swift 2 Unit Testing & UI Testing Resources

    Swift 2 Unit Testing & UI Testing Resources

    Starting to write unit tests in Swift 2 / Xcode 7 so thought I would keep a list of resources and share.  Plan to keep this post updated as I find more.  Feel free to ping additional resources in the comments!   Talk by Jorge Oritz  Real World Mocking in Swift (April 2016) brief overview…

  • Google Analytics & Swift

    Google Analytics & Swift

    I’m working on an iOS app written entirely in Swift that uses the Google Analytics library.  At Google I/O 2015 they announced full support for Swift and even CocoaPods (which doesn’t actually work if any of your other libraries use_frameworks! – but they are working on that and it’s not a trivial fix).  The initial intro…

  • core data & cloud services for iOS in Swift

    core data & cloud services for iOS in Swift

    As an iOS / Swift mentor for Thinkful.com, every week I give my students a list of resources as a follow up to our mentoring session.  This week’s resources cover details of dealing with data loaded from the Internet, storing data locally (core data and alternatives to core data), and cloud services.  Finally we wrap up…

  • this week’s iOS related resources

    this week’s iOS related resources

    This week’s resources relate to putting together your UI in Interface Builder – Auto Layout, Adaptive Layout, Size Classes, Dynamic Text, and mastering the Interface Builder IDE.  Additionally, we touched on architectural design patterns (MVC, MVVM, etc.).  Finally, most of my students are starting to struggle with networking via the AFNetworking library, and using Objective-C…

  • refactor your heart (or, “how not to collapse on the road with cramping triceps while trying to learn the Swift Programming Language”)

    refactor your heart (or, “how not to collapse on the road with cramping triceps while trying to learn the Swift Programming Language”)

    I came across this post by Janie Clayton-Hasz where she paints a frightening picture of her spending every waking hour, plus hours where she is supposed to be sleeping, engaged in an epic struggle to ingest the vast sea of knowledge that is the iOS development platform.  I didn’t get it; I asked her on twitter…

  • Objective-C without all the baggage of C

    Objective-C without all the baggage of C

    Apple asked the question, ‘what if we could have Objective-C, without the baggage of C’.  The answer is a new language: Swift finally.