UIPageViewController using storyboards and Xcode 4.5

I want to ask a question about Xcode 4.5. I am creating a storyboard application. This app has a UIPageViewController . But if I want to define the UIViewController identifier in the storyboard IB, there is no more space.

Could you tell me where I can determine (using IB) the identifier of the view controller?

enter image description here

+1
uiviewcontroller storyboard uipageviewcontroller
source share
1 answer

It appears that in Xcode 4.5 Identifier below, the Attributes attribute has moved to the storyboard identifier below the Identy inspector.

+4
source share

All Articles