Welcome to our Swift 4 tutorial! In this video, you'll learn to use a pull-down button using the Storyboard interface in Xcode. Follow along as we walk you through step-by-step instructions to set up a UIButton that displays a menu with multiple options.
Key Steps:
1. Drag and drop the pull-down button to the view controller.
2. Expand the button to customize your button options.
3. In your view controller, add one IBAction.
4. Drag each menu item from the storyboard to the first responder.
5. Select your created action from first responder. (You can make multiple actions for each item in this instance; I use one)