JoeFryer / JDFTooltips

A simple library for showing tooltip-like popups on iOS
MIT License
189 stars 42 forks source link

Added the possibility of working with the attributes also #19

Closed jorik100 closed 5 years ago

JoeFryer commented 5 years ago

Hi @jorik100,

I like the idea of being able to use an attributed string for the tooltips, but I can't merge this PR as it is. You've removed some properties from the tooltips (e.g. textAlignment and lineBreakMode) and I'm not sure why. There are also a few warnings that would need to be addressed.

Joe