-
I have the following parent protocol and protocol that inherits from it:
```swift
public protocol ViewableRoute: Route {
var transition: Transition { get }
var viewController: UIViewContro…
-
Sorry lkzhao that I don't really have time to debug and make a pull request to help you but I hope I could at least report what I found while using your control.
Currently dismiss a ViewController w…
-
We have a situation in which we show a screen within a `UINavigationController` stack, but want to hide its `navigationBar`.
What we need from `UINavigationController` are
- navigation push styl…
-
### Description
If I show a modal page on iOS with `ModalPresentationStyle` set to `PageSheet`, or any presentation where the page can be dismissed via a gesture, there is no event to hook into to kn…
-
First of all tnx for such nice library :)
Is it possible to switch between custom views with a rotate (flip popup) animation?
Cheers
-
## What did you do?
In my project, there are a series of UIViewControllers that all share a common background UIImageView. Using Hero, I set `navigationController?.hero.isEnabled = true`. Then I …
-
Add a custom transition to present and dismiss the TabTray once an action is done like creating a new tab.
Must support Redux integration and Coordinator pattern
Article showing expected result: [http…
-
How do I change the transition/animation of the ChildBrowser popup from slide-in-from-bottom to slide-in-from-right?
-
_From @skensell on February 17, 2017 23:34_
My original issue:
I am trying to fade in an `ASViewController` as the new `rootViewController`, but it doesn't fully render until the transition has ende…
-
- [x] TabBarController 세팅
- [x] BaseViewController 생성 및 상속
- [x] 화면 전환 코드 개선 노력