Podcasts about uiviewcontroller

  • 10PODCASTS
  • 24EPISODES
  • 37mAVG DURATION
  • ?INFREQUENT EPISODES
  • Apr 7, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about uiviewcontroller

Latest podcast episodes about uiviewcontroller

Limitless Possibility
246: Why Would You Shut Down Free Money?

Limitless Possibility

Play Episode Listen Later Apr 7, 2025 116:15


The guys watch the Noclip documentary on Final Fantasy XIV's redemption story.Related LinksFU: Steam: Tetris the Grand Master 4: Absolute EyeFU: Quebec Brings Back EV Rebates, Announces New EV Tax Starting in 2027 - The Car GuideFU: Luc-Olivier's 2025 video games pledge listThe draftYanik's suggestionThe final versionFU: Observed view model leaks when using UIViewController.present(item: ...) · Issue #283 · pointfreeco/swift-navigation · GitHubThe Noclip documentary we watched

Code Completion
50: This Is Not Clear

Code Completion

Play Episode Listen Later Oct 13, 2021 67:32


Welcome to Code Completion, Episode 50! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code! Follow us @CodeCompletion (https://twitter.com/CodeCompletion) on Twitter to hear about our upcoming livestreams, videos, and other content. Today, we discuss: - Code Completion Club: https://codecompletion.io/jointheclub - Indie App Spotlight, with a new app for you to check out: - Pasty by Ivan Sapozhnik (@iSapozhnik): https://apps.apple.com/de/app/pasty-smart-clipboard/id1544620654?l=en&mt=12 - Objective-C for Swift Developers - The Apple Watch Pre-orders Also, join us for #CompleteTheCode and Compiler Error, two segments that test both your knowledge and our knowledge on Swift, Apple, and all things development! Your hosts for this week: * Spencer Curtis (https://twitter.com/SpencerCCurtis) * Johnny Hicks (https://twitter.com/JohnnyDHicks) * Dimitri Bouniol (https://twitter.com/DimitriBouniol) Be sure to also sign up to our monthly newsletter (https://codecompletion.io/), where we will recap the topics we discussed, reveal the answers to #CompleteTheCode, and share even more things we learned in between episodes. You are what makes this show possible, so please be sure to share this with your friends and family who are also interested in any part of the app development process. Sponsor This week's episode of Code Completion is brought to you by Not Phở. Search for Not Phở on the iOS and macOS App Stores today to give it a try. https://apps.apple.com/app/apple-store/id1525104124?pt=14724&ct=CodeCompletion1&mt=8 Complete the Code How can you use UIViewController's updateViewConstraints() to quickly swap between very different view layouts? ```swift // How can you use UIViewController's updateViewConstraints() to quickly swap between very different view layouts? override func updateViewConstraints() { // What goes in here? super.updateViewConstraints() } ``` Be sure to tweet us (https://twitter.com/intent/tweet?text=%23CompleteTheCode%20cc%2F%20%40CodeCompletion&original_referer=https%3A%2F%2Fcodecompletion.io) with hashtag #CompleteTheCode (https://twitter.com/hashtag/CompleteTheCode) if you know the answer! Compiler Error This week's Compiler Error has a theme: Swift on Other Platforms 1 - DroidUI builds on earlier efforts to get Swift compiling for Android by adding interconnects to existing Java-based libraries so an entire app could be built. 2 - project1 is an attempt at implementing an x86 kernel completely in Swift that can run bare metal on Intel Macs and PCs. 3 - swift-embedded is a toolchain to compile Swift so it can run on a microcontroller directly with no host operating system. 4 - SwiftWasm is a toolchain allowing swift code to be compiled to WebAssembly, with full bridging to the DOM.

Code Completion
49: I For One Welcome Our Safety Overlords

Code Completion

Play Episode Listen Later Oct 5, 2021 73:24


Welcome to Code Completion, Episode 49! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code! Follow us @CodeCompletion (https://twitter.com/CodeCompletion) on Twitter to hear about our upcoming livestreams, videos, and other content. Today, we discuss: - Code Completion Club: https://codecompletion.io/jointheclub - Indie App Spotlight, with a new app for you to check out: - SmartFilter by Jake Grant (@mmgreenmms): https://apps.apple.com/us/app/smartfilter-for-sms/id1271258894 - New Features in Swift 5.5 - What's new in Swift: https://www.whatsnewinswift.com/?from=5.4&to=5.5 - Swift 5.5 Release: https://swift.org/blog/swift-5-5-released/ - Updated From WWDC21: https://www.wwdcnotes.com/notes/wwdc21/10192/ - SE-0319 - Read only properties can now throw: https://github.com/apple/swift-evolution/blob/main/proposals/0310-effectful-readonly-properties.md - SE-0308 - #if within postfix member expressions: https://github.com/apple/swift-evolution/blob/main/proposals/0308-postfix-if-config-expressions.md - SE-0307 - Automatic Bridging between CGFloat and Double: https://github.com/apple/swift-evolution/blob/main/proposals/0307-allow-interchangeable-use-of-double-cgfloat-types.md - SE-0295 - Codable synthesis for enums with associated values: https://github.com/apple/swift-evolution/blob/main/proposals/0295-codable-synthesis-for-enums-with-associated-values.md - Faster JSON serialization - Lazy in local contexts - SE-0293 - Property wrappers on function parameters: https://github.com/apple/swift-evolution/blob/main/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md - SE-0299 - Static members on protocols: https://github.com/apple/swift-evolution/blob/main/proposals/0299-extend-generic-static-member-lookup.md - SE-0291 - Package Collections: https://github.com/apple/swift-evolution/blob/main/proposals/0291-package-collections.md - Async/Await: - SE-0296: https://github.com/apple/swift-evolution/blob/main/proposals/0296-async-await.md - SE-0317: https://github.com/apple/swift-evolution/blob/main/proposals/0317-async-let.md - SE-0300: https://github.com/apple/swift-evolution/blob/main/proposals/0300-continuation.md - SE-0298 - Async Sequences: https://github.com/apple/swift-evolution/blob/main/proposals/0298-asyncsequence.md - How to think about for-await loops: https://twitter.com/Catfish_Man/status/1442919592431538178 - SE-0304 - Structured concurrency: https://github.com/apple/swift-evolution/blob/main/proposals/0304-structured-concurrency.md - WWDC21 - Explore structured concurrency in Swift: https://developer.apple.com/videos/play/wwdc2021/10134/ - WWDC21 - Swift concurrency: Behind the scenes: https://developer.apple.com/videos/play/wwdc2021/10254/ - SE-0306 - Actors: https://github.com/apple/swift-evolution/blob/main/proposals/0306-actors.md - SE-0316 - Global Actors: https://github.com/apple/swift-evolution/blob/main/proposals/0316-global-actors.md - SE-0302 - Sendable: https://github.com/apple/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md - Discussion on Swift Evolution Proposals and the Future of Swift - Declarative String Processing: https://forums.swift.org/t/declarative-string-processing-overview/52459 Also, join us for #CompleteTheCode and Compiler Error, two segments that test both your knowledge and our knowledge on Swift, Apple, and all things development! Your hosts for this week: * Spencer Curtis (https://twitter.com/SpencerCCurtis) * Dimitri Bouniol (https://twitter.com/DimitriBouniol) Be sure to also sign up to our monthly newsletter (https://codecompletion.io/), where we will recap the topics we discussed, reveal the answers to #CompleteTheCode, and share even more things we learned in between episodes. You are what makes this show possible, so please be sure to share this with your friends and family who are also interested in any part of the app development process. Sponsor This week's episode of Code Completion is brought to you by Super Easy Timer. Search for Super Easy Timer on the Mac App Store to give it a try. https://apps.apple.com/app/apple-store/id1525104124?mt=12 Complete the Code How can you use UIViewController's updateViewConstraints() to quickly swap between very different view layouts? ```swift // How can you use UIViewController's updateViewConstraints() to quickly swap between very different view layouts? override func updateViewConstraints() { // What goes in here? super.updateViewConstraints() } ``` Be sure to tweet us (https://twitter.com/intent/tweet?text=%23CompleteTheCode%20cc%2F%20%40CodeCompletion&original_referer=https%3A%2F%2Fcodecompletion.io) with hashtag #CompleteTheCode (https://twitter.com/hashtag/CompleteTheCode) if you know the answer!

Inside iOS Dev
How to Determine Visibility of a View Controller

Inside iOS Dev

Play Episode Listen Later Mar 29, 2021 34:06


Alex talks about unexpected intricacies and complexities he encountered trying to determine if a given view controller is visible trying to refresh data every time the user sees it. This seems like an overkill but it is more complex then you'd expect.Table of states and viewDidAppear/Foreground notification calls: https://1drv.ms/u/s!AneU_VTSiGUEh2kmJVH376QmUG79?e=X13rSQSign up for Alex's upcoming video course about iOS System Design Interview: https://iosinterviewguide.com/system-design-interviewSign up for Alex's upcoming video course about RIBs Architecture: http://ribsarchitecture.com/video-course-waitlistNeed to prepare for an iOS Engineer Interview?https://iosinterviewguide.comConnect with us: https://twitter.com/insideiosdevEmail us at hello@insideiosdev.com

Code Completion
4: Clocking in at 392 charact...

Code Completion

Play Episode Listen Later Aug 31, 2020 70:59


Welcome to Code Completion, Episode 4! We are a group of iOS developers and educators hoping to share what we love most about development, Apple technology, and completing your code on this brand new show! This time, we are joined by special guest Dan Morse. Follow us @CodeCompletion (https://twitter.com/CodeCompletion) on Twitter to hear about our upcoming livestreams, videos, and other content. Today, we discuss: * What interviews are like in 2020 when everything is remote. * How to get acclimated to a new team as a junior developer. * The pros and cons of Test Driven Development. Also, join us for #CompleteTheCode and Compiler Error, two segments that test both your knowledge and our knowledge on Swift, Apple, and all things development! Your hosts for this week: * Ben Gohlke (https://twitter.com/ferrousguy) * Dimitri Bouniol (https://twitter.com/dimitribouniol) Be sure to also sign up to our monthly newsletter (https://codecompletion.io/), where we will recap the topics we discussed, reveal the answers to #CompleteTheCode, and share even more things we learned in between episodes. You are what makes this show possible, so please be sure to share this with your friends and family who are also interested in any part of the app development process. Sponsor This week's episode of Code Completion is brought to you by JohnnyB (https://www.jonnybcodes.com)'s Bon Voyage eCommerce App course. Visit bon-voyage.app/course (http://bon-voyage.app/course) and be sure to follow Bon Voyage's instructor @jonnybcodes (https://twitter.com/jonnybcodes) on Twitter to learn more and stay up to date with all his courses! Complete the Code Invert and reduce the following if statement without introducing any new variables or statements: ```swift let boolA, boolB, boolC: Bool let intA, intB, intC: Int // TODO: Invert this statement so we don't need an else block: if boolA && !boolB || (boolC && intA == intB || intC > intA) { // Do Nothing } else { print("The condition above was not met. Do the thing!") } // !(boolA && !boolB || (boolC && intA == intB || intC > intA)) // ... is not a solution! ``` Be sure to tweet us (https://twitter.com/intent/tweet?text=%23CompleteTheCode%20cc%2F%20%40CodeCompletion&original_referer=https%3A%2F%2Fcodecompletion.io) with hashtag #CompleteTheCode (https://twitter.com/hashtag/CompleteTheCode) if you know the answer! ### Compiler Error Clocking in at 392 characters, encodeReprojectionToCommandBuffer:sourceTexture:previousTexture:destinationTexture:previousLuminanceMomentsTexture:destinationLuminanceMomentsTexture:sourceTexture2:previousTexture2:destinationTexture2:previousLuminanceMomentsTexture2:destinationLuminanceMomentsTexture2:previousFrameCountTexture:destinationFrameCountTexture:motionVectorTexture:depthNormalTexture:previousDepthNormalTexture: is the longest public method name as of iOS 13, and surely does something, but it’s documentation is still marked as No Overview Available. The smallest on this list, convolveWithDestination:tempBuffer:sourceOffsetToRegionOfInterestX:sourceOffsetToRegionOfInterestY:kernel:kernelHeight:kernelWidth:divisor:backgroundColor:options: is one of many related Objective-C methods in the Accelerate framework for manipulating images. A private Method on UIViewController, attentionClassDumpUser:yesItsUsAgain:althoughSwizzlingAndOverridingPrivateMethodsIsFun:itWasntMuchFunWhenYourAppStoppedWorking:pleaseRefrainFromDoingSoInTheFutureOkayThanksBye: is actually a no-op, though is used by some third party libraries. Related to CarPlay, initWithEnableFan:enableAirConditioner:enableClimateControl:enableAutoMode:airCirculationMode:fanSpeedIndex:fanSpeedPercentage:relativeFanSpeedSetting:temperature:relativeTemperatureSetting:climateZone: is a public method with full online documentation, though now deprecated.

Programmation sur plateformes mobiles (2014/2015, HD)
Cours N°8.7 - UINavigationController

Programmation sur plateformes mobiles (2014/2015, HD)

Play Episode Listen Later Dec 9, 2014 10:31


Cette séquence présente les UINavigationController qui permettent, associés à un UIViewController, d'empiler et de dépiler des contrôleurs de vues. Cela permet de créer des applications pour naviguer dans des structures de données complexes.

Programmation sur plateformes mobiles (2014/2015, HD)
Cours N°5.05 - Les vues, éléments complémentaires

Programmation sur plateformes mobiles (2014/2015, HD)

Play Episode Listen Later Oct 21, 2014 10:33


Cette séquence présente quelques «trucs» utiles au niveau de la gestion des vues: la possibilité de changer la couleur de la barre de statut et la possibilité d'orienter l'affichage des vues.

Programmation sur plateformes mobiles (2014/2015, HD)
Cours N°4.05 - Vues et contrôleurs de vues

Programmation sur plateformes mobiles (2014/2015, HD)

Play Episode Listen Later Oct 10, 2014 14:21


Cette séquence présente L'architecture type des vues d'une application qui doivent être associées à un contrôleur de vue. Le modèle MVC (Model View Controller) est également présenté.

iphone ios ipads leurs contr cours upmc programmation vues l'architecture uiview mvc model view controller uiviewcontroller
Programmation sur plateformes mobiles (2014/2015, HD)
Cours N°4.08 - Vues & orientation du terminal

Programmation sur plateformes mobiles (2014/2015, HD)

Play Episode Listen Later Oct 10, 2014 8:36


Cette séquence présente la nouvelle façon de gérer l'orientation du terminal dans les applications en iOS8.

Build Phase
27: Valentimes Day

Build Phase

Play Episode Listen Later Feb 18, 2014 43:20


Mark and Gordon discuss language differences between Ruby and Objective-C, custom View Controller transitions, and perform a crucial experiment to find out if you can still download Flappy Bird. Hypercritical Episode 15 - The Bridges of Siracusa County Custom UIViewController Transitions by Ash Furrow

The iPhreaks Show
038 iPhreaks Show – OS X

The iPhreaks Show

Play Episode Listen Later Jan 16, 2014 40:46


Panel Jaim Zuber (twitter Sharp Five Software) Ben Scheirman (twitter github blog NSSreencast) Andrew Madsen (twitter github blog) Charles Max Wood (twitter github Teach Me To Code Rails Ramp Up) Discussion 00:45 - iOS vs OS X UIViewController NSViewController 06:09 - NSWindowController 08:18 - Layered Views 09:48 - Bindings Cocoa Programming for Mac OS X by Aaron Hillegass Debugging 14:51 - Navigation NSPathView NSTableView NSScrollView NSCell 18:52 - Auto Layout 19:44 - Carbon 22:32 - Objective-C 24:44 - NS Classes Next Step 25:54 - Customization The Hit List Things NSOutlineView NSSplitView NSTabView 30:12 - Mac vs iOS Development Picks Mastering Modern Payments Using Stripe with Rails (Ben) The Doomsday Key: A Sigma Force Novel by James Rollins (Ben) The Art of the Screenshake (Ben) objc.io Issue #7: Communication Patterns (Jaim) The Snow Shark (Jaim) FastSpring (Andrew) objc-run (Andrew) Andrew's CocoaSlopes2013 Slides (Andrew) Disneyland (Chuck) New Media Expo (Chuck) Next Week Subscription APIs for Recurring Revenue with Manton Reece Transcript CHUCK: I'll turn this podcast right around.   CHUCK: Hey everybody and welcome to episode 38 of the iPhreaks Show. This week on our panel we have Jaim Zuber. JAIM: It's 10 below, my car won't start, and I'm not even mad. CHUCK: Ben Scheirman. BEN: It's 35° and I'm also cold, but not quite as cold. [Chuckles] CHUCK: Andrew Madsen. ANDREW: 25° in Salt Lake City. CHUCK: I'm Charles Max Wood from DevChat.tv. Last week it was like 70-something degrees where I was at, so, very nice. This week we're gonna be talking to Andrew; he's kind of our guest, I guess. We're gonna be talking about OSX programming. It's kind of interesting after learning some of the techniques and tools for building things for iOS, I haven't really looked at what's different with OSX. Do you want to kind of get us started on some of the things we have to know or do differently? ANDREW: Sure. Well I think the first thing to know is that iOS and OSX are sort of siblings, or you might even say that iOS is OSX's kid, but iOS was obviously Apple's chance to sort of do-over things that they wanted to do differently without the whole legacy baggage that kept them from doing that on OSX. In many ways, iOS is the more modern of the two – I wouldn't say ‘operating systems,' but the APIs are certainly more modern in a lot of places. There are things on OSX that are just more difficult if your coming from an iOS background you're sometimes left thinking, “Man, if I were in iOS this would be super easy, but it's not so easy on OSX.” Fortunately there are also a few places where the opposite is true. OSX still makes things easier than they are on iOS. I'm not exactly sure where to start ‘cause there are quite a few differences. BEN: How about just the, maybe the [inaudible] example. The first thing I notice when I create a new Mac app is I'm used to just getting a view controller for free and that is kind of absent. You got a .NIB and that gives you a main window but there's really nothing else it gives you, right? ANDREW: Right. Well that's actually a great place to start. So on iOS, if you've done iOS programming, you know that UIViewControllers are sort of like the main class, almost, in iOS. Every single time you have a view onscreen, it has a UIViewController controlling it. On OSX, there is actually an NSViewController class, but that was introduced in 10.5, so relatively recently in the history of OSX, and what that means is that you can write an entire app without using NSViewController. It's not sort of the vital class the UIViewController is on iOS, and that sort of gives you a lot more flexibility in terms of how you structure your application, but these days I've actually started using NSViewController more like UIViewControllers used on iOS.

Devchat.tv Master Feed
038 iPhreaks Show – OS X

Devchat.tv Master Feed

Play Episode Listen Later Jan 16, 2014 40:46


Panel Jaim Zuber (twitter Sharp Five Software) Ben Scheirman (twitter github blog NSSreencast) Andrew Madsen (twitter github blog) Charles Max Wood (twitter github Teach Me To Code Rails Ramp Up) Discussion 00:45 - iOS vs OS X UIViewController NSViewController 06:09 - NSWindowController 08:18 - Layered Views 09:48 - Bindings Cocoa Programming for Mac OS X by Aaron Hillegass Debugging 14:51 - Navigation NSPathView NSTableView NSScrollView NSCell 18:52 - Auto Layout 19:44 - Carbon 22:32 - Objective-C 24:44 - NS Classes Next Step 25:54 - Customization The Hit List Things NSOutlineView NSSplitView NSTabView 30:12 - Mac vs iOS Development Picks Mastering Modern Payments Using Stripe with Rails (Ben) The Doomsday Key: A Sigma Force Novel by James Rollins (Ben) The Art of the Screenshake (Ben) objc.io Issue #7: Communication Patterns (Jaim) The Snow Shark (Jaim) FastSpring (Andrew) objc-run (Andrew) Andrew's CocoaSlopes2013 Slides (Andrew) Disneyland (Chuck) New Media Expo (Chuck) Next Week Subscription APIs for Recurring Revenue with Manton Reece Transcript CHUCK: I’ll turn this podcast right around.   CHUCK: Hey everybody and welcome to episode 38 of the iPhreaks Show. This week on our panel we have Jaim Zuber. JAIM: It’s 10 below, my car won’t start, and I'm not even mad. CHUCK: Ben Scheirman. BEN: It’s 35° and I'm also cold, but not quite as cold. [Chuckles] CHUCK: Andrew Madsen. ANDREW: 25° in Salt Lake City. CHUCK: I'm Charles Max Wood from DevChat.tv. Last week it was like 70-something degrees where I was at, so, very nice. This week we’re gonna be talking to Andrew; he’s kind of our guest, I guess. We’re gonna be talking about OSX programming. It’s kind of interesting after learning some of the techniques and tools for building things for iOS, I haven’t really looked at what's different with OSX. Do you want to kind of get us started on some of the things we have to know or do differently? ANDREW: Sure. Well I think the first thing to know is that iOS and OSX are sort of siblings, or you might even say that iOS is OSX’s kid, but iOS was obviously Apple’s chance to sort of do-over things that they wanted to do differently without the whole legacy baggage that kept them from doing that on OSX. In many ways, iOS is the more modern of the two – I wouldn’t say ‘operating systems,’ but the APIs are certainly more modern in a lot of places. There are things on OSX that are just more difficult if your coming from an iOS background you're sometimes left thinking, “Man, if I were in iOS this would be super easy, but it’s not so easy on OSX.” Fortunately there are also a few places where the opposite is true. OSX still makes things easier than they are on iOS. I'm not exactly sure where to start ‘cause there are quite a few differences. BEN: How about just the, maybe the [inaudible] example. The first thing I notice when I create a new Mac app is I'm used to just getting a view controller for free and that is kind of absent. You got a .NIB and that gives you a main window but there's really nothing else it gives you, right? ANDREW: Right. Well that's actually a great place to start. So on iOS, if you’ve done iOS programming, you know that UIViewControllers are sort of like the main class, almost, in iOS. Every single time you have a view onscreen, it has a UIViewController controlling it. On OSX, there is actually an NSViewController class, but that was introduced in 10.5, so relatively recently in the history of OSX, and what that means is that you can write an entire app without using NSViewController. It’s not sort of the vital class the UIViewController is on iOS, and that sort of gives you a lot more flexibility in terms of how you structure your application, but these days I've actually started using NSViewController more like UIViewControllers used on iOS.

Programmation sur plateforme mobile : application à iOS et Android (2103/2014, HD)

Cette séquence présente l' application «Imagier» qui doit fonctionner à la fois sur «petits terminaux» et «grands terminaux». Vous devez ensuite réaliser cette application sans utiliser StoryBoard ou ARC et la faire tourner à la fois sur simulateur et sur un terminal. Vous vous inspirerez des vidéos capturant le comportement détaillé de l'application que nous donnons dans cette page. L'application, doit supporter les orientations standard des types de terminaux qui peuvent l'exécuter et un traitement des effets de parallaxe est également requis.

Programmation sur plateforme mobile : application à iOS et Android (2103/2014, HD)
Cours N°2.13 Les vues - Acte III, contrôleurs de vues

Programmation sur plateforme mobile : application à iOS et Android (2103/2014, HD)

Play Episode Listen Later Dec 13, 2013 17:48


Cette séquence présente, avec le modèle MVC (Model View Controller), la notion de contrpôler de vues. Nous y présentons la relation type entre un contrôleur de vue et la vue qui y est associée en même temps que les avantages d'une telle association en terme de portabilité et de structuration du code. Dans cette séquence, sont également abordées la programmation des mécanismes de scrolling et de zooming intégrés à iOS.

iphone dans ios ipads leurs contr cours upmc programmation vues acte iii mvc model view controller uiviewcontroller
Programmation sur plateforme mobile : application à iOS et Android (2103/2014, HD)

Cette séquence présente l' application «DizainierGeek» qui doit fonctionner à la fois sur «petits terminaux» et «grands terminaux». Vous devez ensuite réaliser cette application sans utiliser StoryBoard ou ARC et la faire tourner à la fois sur simulateur et sur un terminal. Vous vous inspirerez des vidéos capturant le comportement détaillé de l'application que nous donnons dans cette page. Pour cette version de l'application, le support des orientations n'est pas demandé.

iPad and iPhone Application Development (HD)
Lecture 10 Slides (October 27, 2011)

iPad and iPhone Application Development (HD)

Play Episode Listen Later Nov 23, 2011


Paul Hegarty introduces the UITabBarController, another "controller of controllers;" UINavigationItem, which controls what's at top when a UIViewController gets pushed onto a UINavigationController. (October 27, 2011)

lecture slides paul hegarty uiviewcontroller uitabbarcontroller
iPad and iPhone Application Development (HD)
10. Blocks and Multithreading (October 27, 2011) - HD

iPad and iPhone Application Development (HD)

Play Episode Listen Later Nov 23, 2011 75:59


Paul Hegarty introduces the UITabBarController, another "controller of controllers;" UINavigationItem, which controls what's at top when a UIViewController gets pushed onto a UINavigationController. (October 27, 2011)

blocks multithreading paul hegarty uiviewcontroller uitabbarcontroller
Corso iOS
Lezione 5 pdf

Corso iOS

Play Episode Listen Later May 17, 2011 0:10


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 2 AUDIO

Corso iOS

Play Episode Listen Later May 17, 2011 34:16


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 1 AUDIO

Corso iOS

Play Episode Listen Later May 17, 2011 43:36


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 2 SD

Corso iOS

Play Episode Listen Later May 17, 2011 34:48


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 1 SD

Corso iOS

Play Episode Listen Later May 17, 2011 44:07


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 2 HD

Corso iOS

Play Episode Listen Later May 17, 2011 34:48


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller
Corso iOS
Lezione 5 parte 1 HD

Corso iOS

Play Episode Listen Later May 17, 2011 44:07


Lezione 5 L’ interfaccia utente dell’ iPhone : UIWindow e UIView Creazione di una UIViewController, AppDelegate e ViewController Applicazioni MultiViews: Navigation Controller e Tab Bar Controller UIViewController e gestione di views multiple, UINavigationController e RootController, Elementi di interfaccia utente specifici di iPad

ipads lezione elementi uiviewcontroller