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

Deprecate UiKitWindowHandle::ui_view_controller #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

madsmtm
Copy link
Member

@madsmtm madsmtm commented Jan 26, 2025

This can be retrieved from the UIView itself, and is hence unnecessary information for us to carry around.

Besides, since it's optional, users that want to get the view controller has to do the searching logic anyways.

Once we remove this in the next breaking version, we should move the example code I've provided on ui_view_controller here to an example instead.

@madsmtm madsmtm added the semver-patch causes a patch bump in our version label Jan 26, 2025
@madsmtm madsmtm force-pushed the deprecate-ui-view-controller branch 2 times, most recently from c7243c6 to af9ae13 Compare January 26, 2025 17:46
Base automatically changed from apple-docs to master January 27, 2025 00:35
This can be retrieved from the UIView itself, and is hence unnecessary
information for us to carry around. Besides, since it's optional, users
that want to get the view controller has to do the searching logic
anyways.
@madsmtm madsmtm force-pushed the deprecate-ui-view-controller branch from af9ae13 to abfe839 Compare January 27, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch causes a patch bump in our version
Development

Successfully merging this pull request may close these issues.

1 participant