Lucas Farah
Lucas Farah
Using the code example in the readme: ``` swift let storyboard = UIStoryboard(name: "Main", bundle: nil) let mainVC = storyboard.instantiateViewControllerWithIdentifier("searchVC") as? SearchViewController navigationController?.tr_pushViewController(mainVC, method: TRPushTransitionMethod.Fade, completion: { print("Push finish") })...
@DianQK I think it's time to merge Swift3 into master
I'd be cool to also show some example code. You can take a look how to do it with [this iOS Readme Template](https://github.com/awesome-labs/iOS-readme-template) and [this lib](https://github.com/awesome-labs/LFTimePicker)
`CocoaPods` and `Carthage` are awesome tools and make our life really easier, but there are some devs who still don't know how to use them. It would be cool to...
I'd be cool to also add CocoaPods support. I done this implementation myself last month for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods).
Hey, your library is really interesting. The only problem I found was the `README.md`, which needs an organization in the `Installation Section` I created this [iOS Open source Readme Template](https://github.com/awesome-labs/iOS-readme-template)...
Problems with self.state = .began self.state = .Failed;
`CocoaPods` and `Carthage` are awesome tools and make our life really easier, but there are some devs who still don't know how to use them. It would be cool to...