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
Hi,
BonMot works great. It is really faster then attributedText. But I would like to highlight a text like
<em> some <red>important</red> text. </em>
Any idea, how to solve it?
Greetings
Petr
The text was updated successfully, but these errors were encountered:
This should work if you use XML attributes. If it's not working for you, could you please post some code demonstrating the problem?
Sorry, something went wrong.
@phracek were you able to get this working?
Code for text generation is here: https://github.com/phracek/Katechismus_katolicke_cirkve_iOS/blob/develop/KatechismusKatolickeCirkve/KatechismusKatolickeCirkve/Utilities/GeneratorText.swift
Code for replacing text is: https://github.com/phracek/Katechismus_katolicke_cirkve_iOS/blob/develop/KatechismusKatolickeCirkve/KatechismusKatolickeCirkve/Controllers/ParagraphTableViewController.swift#L252
3rd item in my appliaction finds a word in database https://github.com/phracek/Katechismus_katolicke_cirkve_iOS/blob/develop/KatechismusKatolickeCirkve/KatechismusKatolickeCirkve/Supporting%20Files/database.json
No branches or pull requests
Hi,
BonMot works great. It is really faster then attributedText.
But I would like to highlight a text like
Any idea, how to solve it?
Greetings
Petr
The text was updated successfully, but these errors were encountered: