All Downloads are FREE. Search and download functionalities are using the official Maven repository.

darwinMain.dev.programadorthi.routing.darwin.UIKitUINavigationController.kt Maven / Gradle / Ivy

The newest version!
package dev.programadorthi.routing.darwin

import platform.Foundation.NSCoder

public expect class UIKitUINavigationController(coder: NSCoder) {
    public fun viewControllers(): List

    public fun popViewControllerAnimated(animated: Boolean): UIKitUIViewController?

    public fun popToViewController(
        viewController: UIKitUIViewController,
        animated: Boolean,
    ): List?

    public fun pushViewController(
        viewController: UIKitUIViewController,
        animated: Boolean,
    )

    public fun setViewControllers(
        viewControllers: List,
        animated: Boolean,
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy