StefanLage / SLPagingViewSwift

Navigation bar system allowing to do a Tinder like or Twitter like. SLPagingViewSwift is a Swift port of the Objective-C of SLPagingView
MIT License
215 stars 35 forks source link

Nibname and Bundle. #9

Closed Mwiti closed 9 years ago

Mwiti commented 9 years ago

Hey;

Quick one... which nibName and bundle do i use? You had initially used super.init() but that wouldn't work in these new versions of swift so i figured it requires this method: super.init(nibName: String?, bundle: NSBundle? )... I just need to know which values i should add there. only thing i need to sort out.

Would gladly appreciate any help. Thanks!