Storyboard: can't drag view to viewcontroller

Christopher Francisco

I'm new to iOS, I'm following this tutorial: http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/. I just drag and dropped a Page View Controller to the storyboard, and tried to drag an Image View into it, but it bounce back, what am I missing?

David Berry

UIPageViewController is a container view controller, so you can't put individual views in one in Interface Builder. You need to create one or more individual content view controllers and control-drag from the page view controller to the page content controller and then put actual content in the page content controller.

Walk through the tutorial again, but this time note the references to "page content view controller"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Storyboard: can't drag view to viewcontroller

From Dev

Can not drag imageView into viewController

From Dev

iOS storyboard: I can't specify a imageview as the parent view for a imageview

From Dev

Why can’t see the preview of my custom view in storyboard?

From Dev

Can't add bar button item to navigationBar in detail viewController using Storyboard?

From Dev

Can't drag in AndroidViewClient

From Dev

Xcode: Control drag only works in first storyboard view controller

From Dev

My view controller in storyboard will not connect to the viewcontroller.h file or the .m

From Dev

iOS - Programatically add a new view to work with my storyboard autolayout viewcontroller

From Dev

Can't reference UILabel on Storyboard

From Dev

STORYBOARD EXCEPTION - Storyboard doesn't contain a view controller with identifier

From Dev

How can I hide that a ViewController is being initialized from a Storyboard?

From Dev

How can I use the same ViewController from a storyboard with different sizes?

From Dev

ViewController won't rotate in storyboard, despite being in landscape

From Dev

Xib file: Can't drag a View from a xib file to a swift file

From Dev

Why a storyboard contain a UITabBarController can't present another storyboard/

From Dev

Get ViewController from Storyboard

From Dev

Putting a UIScrollview in a viewcontroller (storyboard)

From Dev

Extending ViewController from Storyboard

From Dev

How to connect storyboard to viewcontroller

From Dev

Typhoon with Storyboard, instantiating ViewController

From Dev

Typhoon with Storyboard, instantiating ViewController

From Dev

Extending ViewController from Storyboard

From Dev

Drag down to dismiss a ViewController

From Dev

Can't open Storyboard with Xcode 6

From Dev

can't add an events to a button in a storyboard

From Dev

Can't Connect window to IBOutlet with storyboard

From Dev

Xcode 6 Storyboard can't center

From Dev

Can't set on overided library class for the storyboard

Related Related

  1. 1

    Storyboard: can't drag view to viewcontroller

  2. 2

    Can not drag imageView into viewController

  3. 3

    iOS storyboard: I can't specify a imageview as the parent view for a imageview

  4. 4

    Why can’t see the preview of my custom view in storyboard?

  5. 5

    Can't add bar button item to navigationBar in detail viewController using Storyboard?

  6. 6

    Can't drag in AndroidViewClient

  7. 7

    Xcode: Control drag only works in first storyboard view controller

  8. 8

    My view controller in storyboard will not connect to the viewcontroller.h file or the .m

  9. 9

    iOS - Programatically add a new view to work with my storyboard autolayout viewcontroller

  10. 10

    Can't reference UILabel on Storyboard

  11. 11

    STORYBOARD EXCEPTION - Storyboard doesn't contain a view controller with identifier

  12. 12

    How can I hide that a ViewController is being initialized from a Storyboard?

  13. 13

    How can I use the same ViewController from a storyboard with different sizes?

  14. 14

    ViewController won't rotate in storyboard, despite being in landscape

  15. 15

    Xib file: Can't drag a View from a xib file to a swift file

  16. 16

    Why a storyboard contain a UITabBarController can't present another storyboard/

  17. 17

    Get ViewController from Storyboard

  18. 18

    Putting a UIScrollview in a viewcontroller (storyboard)

  19. 19

    Extending ViewController from Storyboard

  20. 20

    How to connect storyboard to viewcontroller

  21. 21

    Typhoon with Storyboard, instantiating ViewController

  22. 22

    Typhoon with Storyboard, instantiating ViewController

  23. 23

    Extending ViewController from Storyboard

  24. 24

    Drag down to dismiss a ViewController

  25. 25

    Can't open Storyboard with Xcode 6

  26. 26

    can't add an events to a button in a storyboard

  27. 27

    Can't Connect window to IBOutlet with storyboard

  28. 28

    Xcode 6 Storyboard can't center

  29. 29

    Can't set on overided library class for the storyboard

HotTag

Archive