ealeksandrov/EAIntroView

Empty View ! Nothing shows !!

geekyfox90 opened this issue · 1 comments

I'm trying to use your cool library, I installed it using cocopods.

and I added simply this code to the viewDidLoad()

let page1 = EAIntroPage()
page1.title = "Title 1"
page1.desc = "Page 1 description"

let page2 = EAIntroPage()
page2.title = "Title 2"
page2.desc = "Page 2 description"

let introView = EAIntroView(frame: self.view.frame, andPages: [page1, page2])
introView.showInView(self.view, animateDuration: 0.3)

But when I launch my app I see nothing !! I use the last version of Xcode. and running the app on iOS 9.1

Sorry ! the background was white, and I wasn't able to see the text !