How to use a Popover on iPad - Part 1

Channel:
Subscribers:
29,600
Published on ● Video Link: https://www.youtube.com/watch?v=6uda_KMYmP4



Category:
Guide
Duration: 22:18
3,509 views
10


Support me on Patreon:
https://patreon.com/versluis

In this series I'll show you how to create Popovers on iPad. They're fairly easy to create once you get the hang of the inner workings of the UIPopoverController.

I'll show you how to create basic Popover in code and in your Storyboard, and we'll discuss how you can retrieve data from a Popover when it's dismissed. We'll do this with a simple UIDatePicker. In the last video I'll demonstrate how you can pick images from the camera roll using the UImagePickerController with a Popover - which is how you're meant to do it on iPad.

All three parts are now available on YouTube:

Part 1 is here: https://youtu.be/6uda_KMYmP4
Part 2 is here: https://youtu.be/6WBqNWCtvuc
Part 3 is here: https://youtu.be/nagPQJJkhIc

You can find the code for this project on GitHub:
https://github.com/versluis/Popovers

Catch this episode on my iOS Dev Diary Podcast Feed:
https://itunes.apple.com/us/podcast/the-ios-dev-diary/id865706315







Tags:
iOS Development
iPad
Xcode
Objective C
UIPopoverController
UIImagePickerController