stefanceriu / SCPageViewController

Just like UIPageViewController but better.. :)
MIT License
352 stars 70 forks source link

how to set custom page title for views? [SCSafariPageController] #24

Closed whisper-bye closed 8 years ago

whisper-bye commented 8 years ago

the project SCSafariPageController does not seem issues window, so I post my questions at here

I want to set page title likes in safari, thx! @stefanceriu

stefanceriu commented 8 years ago

I'm going to assume you are working on top of the demo project in which case creating that title is as simple as adding a new UILabel to the SCViewController.xib file (ViewController.xib for the swift demo) next to the close button.

Now, considering this is a pretty basic question and has nothing to do with the SafariPageController component itself, it might be better to start from somewhere like StackOverflow next time.

Cheers, Stefan