How to use a Popover on iPad - Part 2: Storyboard

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



Category:
Guide
Duration: 9:21
210 views
1


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


SUPPORT MY PROJECTS
=====================
https://patreon.com/versluis
https://streamlabs.com/wpguru


LISTEN ON SPOTIFY
=================
3D Podcast
https://open.spotify.com/show/4IIh2WPBMRbjct6wdrGcTH?si=Tb7qVvEeQ2GxHpVjahGZNQ

Tech Podcast
https://open.spotify.com/show/3MSMNOruDorce08roxUy85?si=63KfmlDFTT-U1HzpNaa8pw
https://itunes.apple.com/us/podcast/the-ios-dev-diary/id865706315







Tags:
iOS
iOS Development
Xcode
Objective-C
Popover
UIPopoverController
UIImagePickerController