Player FM - Internet Radio Done Right
46 subscribers
Checked 6+ y ago
اضافه شده در seven سال پیش
محتوای ارائه شده توسط Paul Hegarty. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Paul Hegarty یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
S
Silver Linings with The Old Gays


What’s the secret to lasting friendships? How does queer community show up through the ebbs and flows of life? And what’s the REAL story behind the “YMCA” song? In the first episode of Silver Linings, The Old Gays dive into an essential part of queer life: chosen family. They discuss the vital love, support, and sense of belonging that community provides, especially during life's toughest moments. They open up about what “queer” means to them, how chosen family has impacted their lives, and how to maintain close bonds over time–including their love for each other! “We’ve come a long way, baby.” Family isn’t just what you’re born with; it’s the people who show up, shape you, and stick around. See omnystudio.com/listener for privacy information.…
10. Multithreading and Autolayout
Manage episode 196358731 series 1923912
محتوای ارائه شده توسط Paul Hegarty. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Paul Hegarty یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Paul Hegarty covers multithreading and then demonstrates with a multithreaded Cassini. He then introduces autolayout.
…
continue reading
20 قسمت
Manage episode 196358731 series 1923912
محتوای ارائه شده توسط Paul Hegarty. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Paul Hegarty یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Paul Hegarty covers multithreading and then demonstrates with a multithreaded Cassini. He then introduces autolayout.
…
continue reading
20 قسمت
همه قسمت ها
×
1 17. Core Motion and Camera 1:15:43
1:15:43
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:15:43
Paul Hegarty introduces Core Motion – detecting the position and movement of the device – and then does a demo with Gravity-Driven Playing Card. He then covers taking pictures within your app.
Paul Hegarty talks about modal, popover, unwind, and embed segues.

1 15. Alerts, Notifications, Application Lifecycle 1:20:43
1:20:43
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:20:43
Paul Hegarty covers alerts and action sheets, notifications and KVO, and the application lifecycle.

1 14. Persistence and Documents Demo 1:20:00
1:20:00
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:20:00
Paul Hegarty extends his coverage of Documents. He then does a demonstration of using Codable to create a JSON representation, storing it in the filesystem then letting UIDocument store it instead, and then using UIDocumentBrowserViewController to choose/create/rename/move documents.

1 13. Persistence and Documents 1:11:38
1:11:38
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:11:38
Paul Hegarty continues his demo of Emoji Art where he implements UITextField to add more Emoji. He then introduces persistence.

1 12. Drag and Drop, Table View, Collection View, and Text Field 1:14:07
1:14:07
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:14:07
Paul Hegarty continues his demo of EmojiArt. He then covers editable text input control with UITextField.

1 11. Drag and Drop, Table View, and Collection View 1:20:02
1:20:02
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:20:02
Paul Hegarty lectures about drag and drop – transferring information around within and between apps – and demonstrates applying it in a demonstration of EmojiArt. He then introduces UITableView and UICollectionView.
Jason Riggs explains instruments.

1 10. Multithreading and Autolayout 1:17:25
1:17:25
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:17:25
Paul Hegarty covers multithreading and then demonstrates with a multithreaded Cassini. He then introduces autolayout.

1 9. View Controller Lifecycle and Scroll View 1:15:50
1:15:50
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:15:50
Paul Hegarty delves into the view controller lifecycle – keeping track of what's happening in your Controller as it goes through its lifetime – and then demonstrates putting print()s into the multiple-MVC version of Concentration. He then covers scroll view.
Junjie Ke covers Github and the source control workflow.
Paul Hegarty continues his coverage of Animation.

1 7. Multiple MVCs, Timer, and Animation 1:17:30
1:17:30
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:17:30
Paul Hegarty begins with an explanation of multiple MVCs and demonstrates Theme Chooser in Concentration. He then introduces timer and animation.
Paul Hegarty continues his PlayingCard demonstration on views. He then introduces gestures and concludes with a demo on swiping, tapping and pinching.
Paul Hegarty covers error handling, special types any and anyobject, and casting. He then introduces views.
D
Developing iOS 11 Apps with Swift

Paul Hegarty continues his coverage of Swift.
D
Developing iOS 11 Apps with Swift

1 3. Swift Programming Language 1:24:00
1:24:00
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:24:00
Paul Hegarty begins with a demonstration of making Concentration's button layout dynamic. He then reviews the first two lectures and continues diving into Swift.
Jason Riggs talks about debugging and shares Xcode tips and tricks.
D
Developing iOS 11 Apps with Swift

Paul Hegarty explains the Model-View-Controller (MVC) concept. He then continues the Concentration demo: demonstrating the application of MVC to the Concentration Game.
D
Developing iOS 11 Apps with Swift

1 1. Introduction to iOS 11, Xcode 9 and Swift 4 1:21:50
1:21:50
پخش در آینده
پخش در آینده
لیست ها
پسندیدن
دوست داشته شد1:21:50
Paul Hegarty provides an overview of the lecture series and introduces the different components in iOS. He concludes with a demo of Concentration Game.
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.