pomo.tv

A collection of videos about Mac, iOS and Swift.

    Tag: tools

    WWDC 2014

    What's New in Xcode 6

    By Mike Ferris - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-401

    Tags: tools

    Description:
    Xcode is the development environment for creating amazing apps for iOS and OS X. Start the week by watching the Xcode team demonstrate the latest features and workflows in Xcode 6. This session also provides a complete overview of the in-depth developer tools topics covered at WWDC 2014.

    Watch on apple.com

    WWDC 2014

    Introduction to Swift

    By Tim Isted - (all videos) - @timisted
    Dave Addey - (all videos) - @daveaddey

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-402

    Tags: tools

    Description:
    Swift is Apple's brand-new programming language for writing great iOS and OS X apps. Learn the basics of the language. See how to declare variables, use the fundamental data types, declare functions, and implement classes. Explore some of the great features that make Swift a safe, modern, and extremely powerful language.

    Watch on apple.com

    WWDC 2014

    Intermediate Swift

    By Brian Lanier - (all videos) - @brinskee
    Joe Groff - (all videos) - @jckarter

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-403

    Tags: tools

    Description:
    Explore the modern features of the Swift programming language. Learn about object initialization, closures, and optionals. See how you can perform pattern matching using Swift's powerful switch statements.

    Watch on apple.com

    WWDC 2014

    Advanced Swift

    By John McCall - (all videos) - @yohaanmc
    Dave Abrahams - (all videos) - @daveabrahams

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-404

    Tags: tools

    Description:
    Dive deep into Swift! Explore some of its more powerful features, like operator overloading, string interpolation, and advanced pattern matching. Learn how to take advantage of generics to write terse and expressive code.

    Watch on apple.com

    WWDC 2014

    Integrating Swift with Objective-C

    By Anders Bertelrud - (all videos) Dave Schaefgen - (all videos) - @implicitopt
    Jordan Rose - (all videos) - @UINT_MIN

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-406

    Tags: tools

    Description:
    Swift makes it faster, easier, and more fun than ever to write Cocoa apps. See how you can integrate Swift alongside your existing Objective-C code. Learn how design patterns translate between languages and how you can start integrating Swift into your apps today.

    Watch on apple.com

    WWDC 2014

    Swift Interoperability In Depth

    By Doug Gregor - (all videos) - @dgregor79

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-407

    Tags: tools

    Description:
    Swift and Objective-C work together at multiple levels to ensure that you can create great apps for iOS and OS X. Dive deep with us to see how to use fundamental Core Foundation and C types in your Swift code. Learn how bridging values work and gain a practical understanding of how Swift and Objective-C can accelerate your app development.

    Watch on apple.com

    WWDC 2014

    Swift Playgrounds

    By Rick Ballard - (all videos) - @rballard
    Connor Wakamo - (all videos) - @cwakamo

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-408

    Tags: tools

    Description:
    Playgrounds are a new and innovative way to explore the Swift programming language. Explore how Playgrounds provide new workflows, enable rapid development, help you conveniently step through your code to diagnose bugs, and make it easier than ever to learn new concepts.

    Watch on apple.com

    WWDC 2014

    Introduction to LLDB and the Swift REPL

    By Sean Callanan - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-409

    Tags: tools

    Description:
    Learn how to use LLDB, Apple's state-of-the-art debugger. Learn how to analyze stack traces and diagnose bugs. See how you can test your hypotheses and explore your app's state with the Swift REPL.

    Watch on apple.com

    WWDC 2014

    Advanced Swift Debugging in LLDB

    By Enrico Granata - (all videos) - @granataenrico

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-410

    Tags: tools

    Description:
    Explore LLDB's powerful features that help you more quickly debug your Swift code. Learn about LLDB's support for protocols, generics, optionals, and mixed-language source code.

    Watch on apple.com

    WWDC 2014

    What's New in Interface Builder

    By Kevin Cathey - (all videos) - @kbcathey

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-411

    Tags: tools

    Description:
    Interface Builder makes it easy to create world-class interfaces using the design canvas. Learn how to use storyboards to arrange the views of your app, use Auto Layout to adapt to changes, and see how to easily make connections between your UI and your implementation on both iOS and OS X.

    Watch on apple.com

    WWDC 2014

    Localizing with Xcode 6

    By Zoltan Foley-Fisher - (all videos) Chris Hanson - (all videos) - @eschaton

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-412

    Tags: tools

    Description:
    Your app deserves a global audience, and iOS, OS X, and Xcode 6 make it easy to design and test applications in multiple languages. Discover how you can easily add and manage localized content, preview and test with different languages, and export and import content for localizers to translate.

    Watch on apple.com

    WWDC 2014

    Debugging in Xcode 6

    By Han Ming Ong - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-413

    Tags: tools

    Description:
    Xcode provides a powerful debugging user interface backed by the new state-of-the-art LLDB debugger. Discover how you can more easily explore and fix your user interfaces, add custom Quick Look support for your own classes and get deeper insight into how and from where your app is enqueuing work.

    Watch on apple.com

    WWDC 2014

    Testing in Xcode 6

    By Brooke Callahan - (all videos) Wil Turner - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-414

    Tags: tools

    Description:
    Unit testing is an essential tool to consistently verify your code works correctly. Learn how Xcode 6 takes this to the next level with support for performance testing, baselining, and integration with Xcode bots to continually monitor your performance over time and devices.

    Watch on apple.com

    WWDC 2014

    Continuous Integration with Xcode 6

    By Brent Shank - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-415

    Tags: tools

    Description:
    Xcode bots provide a seamless way to continually build, analyze, and test your applications across many devices. See the Xcode team show how to set up and configure bots, review unit and performance testing data, and set up custom triggers and integration points.

    Watch on apple.com

    WWDC 2014

    Building Modern Frameworks

    By Chris Parker - (all videos) - @ctp

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-416

    Tags: tools

    Description:
    Frameworks are a great way to share code between your apps and their extensions. Learn how you can convert your static libraries into frameworks. Go in-depth on how to best organize and share your code between your projects so you can increase code reuse.

    Watch on apple.com

    WWDC 2014

    What's New in LLVM

    By Jim Grosbach - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-417

    Tags: tools

    Description:
    The Apple LLVM compiler continues to evolve, with support for 64-bit iOS products, powerful new optimizations, and other new features. Learn about some of the advanced technology that the compiler uses to increase the performance of your code, and get details on how to take advantage of the latest features in the compiler.

    Watch on apple.com

    WWDC 2014

    Improving Your App with Instruments

    By Daniel Delwood - (all videos)

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-418

    Tags: tools

    Description:
    Whether you're new to optimizing your app's performance or a seasoned veteran, learn about the new version of Instruments. See the new workflows, tools, and tips that will help you analyze and refine your app as it adopts the latest Apple technologies, including Swift and app extensions.

    Watch on apple.com

    WWDC 2014

    Advanced Graphics and Animations for iOS Apps

    By Axel Wefers - (all videos) Michael Ingrassia - (all videos) - @ingrassia

    At WWDC 2014

    Slides and Transcript:
    https://developer.apple.com/videos/play/wwdc2014-419

    Tags: tools

    Description:
    Creating a responsive UI requires an understanding of Core Animation and how mobile GPUs work. Learn about the iOS rendering pipeline in Core Animation, the new UIVisualEffectView and how it utilizes the GPU. Find out about the available tools for profiling UI performance. See how to identify and fix performance issues on a variety of devices.

    Watch on apple.com

    CocoaHeads Stockholm February 2015

    Remote Works!

    By Nevyn Bengtsson - (all videos) - @nevyn

    At CocoaHeads Stockholm February 2015

    Tags: remote tools

    360iDev 2015

    Designing for @1x - @3x Without Going Crazy

    By Curtis Herbert - (all videos) - @parrots

    At 360iDev 2015

    Tags: graphics user interface tools