We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
List_Implementation Branch
Request a callback to the parent ViewController whenever a setting has changed, despite no text change taking place.
i.e. If Font size has changed, or if Italics has been selected for some text.
This way, the parent VC can know to save those changes.
I'm aware you can get a callback for each one in turn, but that's a lot of code when all you want to know is 'something' changed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
List_Implementation Branch
Request a callback to the parent ViewController whenever a setting has changed, despite no text change taking place.
i.e. If Font size has changed, or if Italics has been selected for some text.
This way, the parent VC can know to save those changes.
I'm aware you can get a callback for each one in turn, but that's a lot of code when all you want to know is 'something' changed.
The text was updated successfully, but these errors were encountered: