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

@Weak isn't written to #396

Open
2 tasks done
frlefebvre opened this issue Jan 15, 2024 · 1 comment
Open
2 tasks done

@Weak isn't written to #396

frlefebvre opened this issue Jan 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@frlefebvre
Copy link

frlefebvre commented Jan 15, 2024

Description

I store a controller's navigation bar into an @weak property so I can modify it later on. This used to work fine but it appears that this broke recently. Looking into this, I'm noticing that my @weak property remains nil even after assigning it a value.

Checklist

Expected behavior

No response

Actual behavior

No response

Steps to reproduce

No response

Version information

Version 1.1.2

Destination operating system

iOS 17

Xcode version information

Version 15.2 (15C500b)

Swift Compiler version information

No response

@frlefebvre frlefebvre added the bug Something isn't working label Jan 15, 2024
@davdroman
Copy link
Collaborator

Sorry to hear this broke. Can you provide a snippet displaying this behavior please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants