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

Bug fixes, improved link handling and Swift 5 support #8

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

levi
Copy link

@levi levi commented Feb 10, 2020

  • Added support for both URL and string links, as the mutable string API supports both and it's handy to have links that point to an identifier, rather than a valid URL.
  • Fixed a bug where using new line breaks would sometimes not allow a link to be tappable (text container was not being sized correctly, which invisibly cut off the text from the character at point query).
  • Expanded the default initializer to allow for custom default attributes. Allows for making subclasses that provided default values for larger projects.

Includes Swift 4 and 5 support added by @numen31337 and @fespinoza.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants