Currently, the LearnMore text in iOS is hardcoded as a string in the code. This makes it difficult to update the text without having to modify the code.
It would be more efficient and flexible to load the LearnMore text from a .md file.
This implementation should follow the terms.md implementation
Currently, the LearnMore text in iOS is hardcoded as a string in the code. This makes it difficult to update the text without having to modify the code.
It would be more efficient and flexible to load the LearnMore text from a .md file.
This implementation should follow the terms.md implementation