ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

how to use xib file for show page #199

Closed MansoorJafari closed 7 years ago

MansoorJafari commented 7 years ago

Hi

How to use xib or storyboard page file for show page in intro

let page1 = EAIntroPage(customViewFromNibNamed: "IntroPage1", bundle: nil)
page1?.bgColor = UIColor.gray

please help.

ealeksandrov commented 7 years ago

Check out example project, it should be pretty simple: https://github.com/ealeksandrov/EAIntroView/blob/master/Example/Source/ViewController.m#L192