LiteRoute icon indicating copy to clipboard operation
LiteRoute copied to clipboard

LiteRoute is easy transition for your app. Written on Swift 4

Results 8 LiteRoute issues
Sort by recently updated
recently updated
newest added

- `UIViewController.children` -> `UIViewController.childViewControllers` - `UIViewController.addChild(_:)` -> `UIViewController.addChildViewController(_:)` - `UIViewController.didMove(toParent:)` -> `UIViewController.didMove(toParentViewController:)`

how to use literoute without using storyboard?

Please, upload podspec for version 2.1.20 to [CocoaPods/Specs](https://github.com/CocoaPods/Specs.git), now its 2.1.19.

Xcode Version 11.2.1 (11B500). Trying to add File->Swift Packages-> Add... Expected: package added Actual: see screenshot ![2019-11-21_09-45-43](https://user-images.githubusercontent.com/722716/69305028-78aaf280-0c44-11ea-9a9f-86c13bf28fc3.png)

Добрый день. Такая ошибка: сейчас в блоке .then, если вернуть указатель на moduleOutput, то он присваивается источнику вызова segue.source.moduleOutput = output (класс SegueTransitionNode), что в корне не правильно, - тут...

bug
help wanted
good issues

Example: MyModuleInput ``` protocol MyModuleInput: class { func configureModule(item: ARItemInfo) } ``` Presetning module router: ``` try self.transitionHandler!.forSegue(identifier: segueIdentifier, to: MyModuleInput.self).then({ (moduleInput) in moduleInput.configureModule(item: item) }) ``` If `MyModuleInput` protocol...

bug

Right now project doesn't have anyone tests, and new features will have problem with integrating. My be you could help us?

enhancement
hacktoberfest

Как реализовать module output при переходе?

enhancement