Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Going to reference works only 1 level deep for UIKit #129

Open
AndriiPetrovDev opened this issue Mar 24, 2025 · 0 comments
Open

Going to reference works only 1 level deep for UIKit #129

AndriiPetrovDev opened this issue Mar 24, 2025 · 0 comments

Comments

@AndriiPetrovDev
Copy link

Example

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant