petesalt
petesalt

Reputation: 356

UIPageViewController using Storyboard and Xcode 4.5

I want to ask some question about Xcode 4.5. I am creating app with storyboard. This app has UIPageViewController. But if I want to define identifier of UIViewController in IB of storyboard, there is no place for it anymore.

Can you please tell me, where can I simple define (using IB) identifier of view controller?

enter image description here

Upvotes: 1

Views: 1814

Answers (1)

Emil
Emil

Reputation: 126

It seems that in XCode 4.5 Identifier below Attributes inspector has moved to Storyboard ID below Identy inspector.

Upvotes: 4

Related Questions