Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Conversation

@etoledom
Copy link
Contributor

This PR addresses the comments from #87, since it was merged before I could get to make the requested modifications. (Sorry about the delay)

To test:

  • Checkout this branch in the example app.
  • Check that it builds and run with no issues.
  • Check that bold, italic and strikethrough are working properly.

@etoledom etoledom self-assigned this Dec 12, 2018
identifiers = formattingIdentifiersForTypingAttributes()
}
let formats = identifiers.compactMap(formatString)
let formats = identifiers.compactMap { self.formatStringMap[$0] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My swift might be rusty but I don’t think you need the self. inside a non-escaping closure?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right!
Your swift is better than mine 😅

Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and working fine!

@diegoreymendez diegoreymendez merged commit a2d10e6 into master Dec 13, 2018
@diegoreymendez diegoreymendez deleted the fix/addressing-links-related-comments branch December 13, 2018 20:57
@etoledom
Copy link
Contributor Author

Thank you @diegoreymendez !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants