SLPagingViewSwift
SLPagingViewSwift copied to clipboard
Navigation bar system allowing to do a Tinder like or Twitter like. SLPagingViewSwift is a Swift port of the Objective-C of SLPagingView
How can I support a new iOS devices as Xs, Xs Max, XR? Bcouz right now I get the next picture:
Hello, So I've implemented the code below. ``` let storyboard = UIStoryboard(name: "Main", bundle: nil) self.window = UIWindow(frame: UIScreen.mainScreen().bounds) var orange = UIColor(red: 255/255, green: 69.0/255, blue: 0.0/255, alpha: 1.0)...
Hello, Please update for Swift 3. Thanks in advance for great library.
1. support swift 3 compilation and running 2. support UIViewController life cycle: like viewDidAppear , viewWillDisapear etc
When you slide between view controllers, the view controller does not get the following callbacks while it appear/disapear: override public func viewDidAppear(_ animated: Bool) {} override func viewWillAppear(_ animated: Bool)...
Any one an idea of how to realize a batch number on the items?
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?...
Swift 3
I have updated a fork to Swift 3: https://github.com/davidseek/SLPagingViewSwift-Swift-3-Tinder-Twitter
Hello, are you planning to add storyboard support? Best regards,
Hi, Thanks for you repository. I need to add it to on of my viewController. I don't need it at AppDelegate. This is my try: class PagingViewController: SLPagingViewController { ```...