You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class MyNavigationController: UINavigationController
I can go to UINavigationController, and see @MainActor open class UINavigationController : UIViewController { in UlKit.UlNavigationController.swiftinterface
but I can't go to UIViewController from here
BUT
class MyViewController: UIViewController
I CAN go to UIViewController in this case. And after this all links doesn't work inside UlKit.UlViewController.swiftinterface
So It's possible but doesn't work in 1st case.
And this pattern repeats for all other symbols
The text was updated successfully, but these errors were encountered:
Example
class MyNavigationController: UINavigationController
I can go to
UINavigationController
, and see@MainActor open class UINavigationController : UIViewController {
inUlKit.UlNavigationController.swiftinterface
but I can't go to
UIViewController
from hereBUT
class MyViewController: UIViewController
I CAN go to
UIViewController
in this case. And after this all links doesn't work insideUlKit.UlViewController.swiftinterface
So It's possible but doesn't work in 1st case.
And this pattern repeats for all other symbols
The text was updated successfully, but these errors were encountered: