Developing Apps for iOS (HD)

Developing Apps for iOS (HD)

Follow Developing Apps for iOS (HD)
Share on
Copy link to clipboard

Tools and APIs required to build applications for the iPhone platform using the iPhone SDK. User interface designs for mobile devices and unique user interactions using multitouch technologies. Object-oriented design using model-view-controller pattern, memory management, Objective-C programming lan…

Paul Hegarty


    • Jan 5, 2011 LATEST EPISODE
    • infrequent NEW EPISODES
    • 1h 5m AVG DURATION
    • 25 EPISODES


    Search for episodes from Developing Apps for iOS (HD) with a specific topic:

    Latest episodes from Developing Apps for iOS (HD)

    CS193P Student Final Projects (December 6, 2010) - HD

    Play Episode Listen Later Jan 5, 2011 102:21


    Stanford students present their final app projects for the fall quarter CS193P course. (December 6, 2010)

    18. Accessibility on iOS: Make an App for Everyone (November 30, 2010) - HD

    Play Episode Listen Later Dec 8, 2010 65:08


    Chris Fleizach, an iOS Accessibility engineer, shows how to make an app accessible for visually impaired users. (November 30, 2010)

    accessibility ios accessibility
    Building Flipboard (November 19, 2010) - HD

    Play Episode Listen Later Dec 2, 2010 41:47


    Evan Doll shares the story behind founding Flipboard, a popular iPad app that gives users an interactive social magazine experience. (November 19, 2010)

    ipads flipboard evan doll
    17. Media (November 18, 2010) - HD

    Play Episode Listen Later Dec 2, 2010 66:48


    Paul Hegarty lectures on adding photos and videos from the camera or user's library, playing video, storing media in the user's album, and playing and recording simple sounds and audio snippets in an app. (November 18, 2010)

    Lessons from Bezos, Pincus, Young: CEO 2.0 (November 12, 2010) - HD

    Play Episode Listen Later Dec 2, 2010 57:33


    Bing Gordon shares lessons learned from his exposure to world class CEOs. (November 12, 2010)

    16. Core Motion, Segmented Control, and Alerts (November 16, 2010) - HD

    Play Episode Listen Later Nov 23, 2010 76:31


    Paul Hegarty covers animation with UIView, core motion with accelerometer and gyro inputs, and alerts. (November 16, 2010)

    LinkedIn: Shipping with CoreData (November 5, 2010) - HD

    Play Episode Listen Later Nov 23, 2010 46:09


    Nick Gillet and Adam Nash from LinkedIn talk about the shipping a scaled product with core data in their flagship iPhone application. Nick then shares some sample code on how LinkedIn implements core data. (November 5, 2010)

    15. Editable Text, Modal View Controllers, and View Animation (November 11, 2010) - HD

    Play Episode Listen Later Nov 18, 2010 74:51


    Paul Hegarty wraps up his Shutterbug Map demo, and then introduces editable text fields, modal view controllers, and animation with a few key UIView properties. (November 11, 2010)

    14. Core Location and Map Kit (November 9, 2010) - HD

    Play Episode Listen Later Nov 16, 2010 75:12


    Paul Hegarty introduces core location and map kit. (November 9, 2010)

    10 Hacks to Go From Idea to #1 App (October 29, 2010) - HD

    Play Episode Listen Later Nov 12, 2010 40:04


    Stanford Alumni Ankit Gupta and Akshay Kothari share some basic technical hacks they used to create iOS applications that have shot to the top of the application charts. (October 29, 2010)

    13. Blocks and Multithreading (November 2, 2010) - HD

    Play Episode Listen Later Nov 10, 2010 66:22


    Paul Hegarty covers blocks and when to use them.  He then discusses multithreading with the Grand Central Dispatch API. (November 2, 2010)

    Debugging Tools (October 22, 2010) - HD

    Play Episode Listen Later Nov 9, 2010 49:10


    Teaching assistants Steve and Sean discuss the various processes used to debug and test programs. (October 22, 2010)

    teaching debugging tools
    12. Core Data and Table Views (October 28, 2010) - HD

    Play Episode Listen Later Nov 9, 2010 75:24


    Paul Hegarty continues his discussion on core data and table views. (October 28, 2010)

    11. Persistence (October 26, 2010) - HD

    Play Episode Listen Later Nov 2, 2010 68:58


    Paul Hegarty covers property lists, archiving objects, the filesystem, SQLite, and core data. (October 26, 2010)

    Kleiner Perkins iFund (October 15, 2010) - HD

    Play Episode Listen Later Oct 29, 2010 51:40


    Chi-hus Chien shares insights into building a successful company and describes what makes a great candidate for the $200M iFund. (October 15, 2010)

    10. Table View (October 21, 2010) - HD

    Play Episode Listen Later Oct 28, 2010 70:41


    Paul Hegarty covers table view properties. (October 21, 2010)

    9. Image View, Web View, and Scroll View (October 19, 2010) - HD

    Play Episode Listen Later Oct 26, 2010 53:12


    Paul Hegarty discusses setting a UIView frame. (October 19, 2010)

    8. Gesture Recognizers (October 14, 2010) - HD

    Play Episode Listen Later Oct 21, 2010 72:11


    Paul Hegarty introduces getting input into UIView with gesture recognizers. (October 14, 2010)

    7. More Controllers of Controllers, iPad, Universal Applications (October 12, 2010) - HD

    Play Episode Listen Later Oct 19, 2010 68:05


    Paul Hegarty continues his discussion on controllers and then moves on to universal app creation. (October 12, 2010)

    6. Application & View Controller Lifecycle, Navigation Controller (October 7, 2010) - HD

    Play Episode Listen Later Oct 14, 2010 73:08


    Paul Hegarty finishes his custom view demo, and delves under the hood of "View-based Application." (October 7, 2010)

    5. Protocols and Views (October 5, 2010) - HD

    Play Episode Listen Later Oct 12, 2010 71:08


    Paul Hegarty finishes his coverage of Objective-C topics with protocols. He then moves onto views and custom views. (October 5, 2010)

    4. Foundation and Memory Management (September 30, 2010) - HD

    Play Episode Listen Later Oct 11, 2010 78:00


    Paul Hegarty continues his lecture on foundation frameworks and then covers objective-c memory management and introspection. (September 30, 2010)

    3. Objective-C and Foundation Frameworks (September 28, 2010) - HD

    Play Episode Listen Later Oct 5, 2010 72:38


    Paul Hegarty provides an overview of Objective-C and then talks about objects in Foundation Framework. (September 28, 2010)

    2. Building a Simple Calculator (September 23, 2010) - HD

    Play Episode Listen Later Sep 30, 2010 63:54


    Paul Hegarty demonstrates building a calculator app while expounding on the principles of MVC. (September 23, 2010)

    1. Introduction to Cocoa Touch, Objective-C, Tools, and MVC (September 21, 2010) - HD

    Play Episode Listen Later Sep 28, 2010 47:50


    Paul Hegarty starts the quarter with an introduction to Cocoa Touch, Objective-C, and the Model-View-Controller concept. (September 21, 2010)

    Claim Developing Apps for iOS (HD)

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel