Last active
September 14, 2017 17:15
-
-
Save Herakleis/1bd463db160a136e84075cfdedbf5d50 to your computer and use it in GitHub Desktop.
Coordinator popped func
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import RxSwift | |
@discardableResult | |
func popped(to viewController: UIViewController) -> Observable<Void> { | |
currentViewController = viewController | |
return .empty() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment