How to use Popovers on iPad – Part 2: Storyboard
Listen now
Description
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. The series contains three videos in total: * Part 1 deals with the initial code and class etup * Part 2 deals with setting up the UIStoryboard and connect our code to it * and in Part 3 we’ll implement a UIImagePickerController to demonstrate a use case Enjoy! Get the code for this project on GitHub * https://github.com/versluis/Popovers
More Episodes
In this series I’ll show you how to create a simple Day Counter on iOS, using Objective-C and Xcode 9. The idea is to set a date in a settings screen, and then see how many days have elapsed on the main screen right after launching the app. This is a 3-Part Mini-Series: * Part 1 is all about...
Published 04/11/18
Published 04/11/18
In this series I’ll show you how to create a simple Day Counter on iOS, using Objective-C and Xcode 9. The idea is to set a date in a settings screen, and then see how many days have elapsed on the main screen right after launching the app. This is a 3-Part Mini-Series: * Part 1 is all about...
Published 04/04/18