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

How to cusmotize the bar #19

Open thewriterl opened 7 years ago

thewriterl commented 7 years ago

I've subclassed UINavigationController and UINavigationBar and used that custom class as SLPagingView's NavigationController. How can I set a custom size and image to the Bar to use it with SLPagingView?

I'm using swift 3 btw