You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work to do:
• Add a new text attribute similar to SwiffTextVerticalOffsetAttributeName, this would contain an NSURL or NSString
• When SwiffHTMLToCoreTextConverter encounters <a>, add this attribute to the CFAttributedStringRef
• Ultimately pipe this up through SwiffPlacedDynamicText to SwiffView, which would create tappable/clickable hotspots.
The text was updated successfully, but these errors were encountered:
Currently, SwiffHTMLToCoreTextConverter doesn't handle
<a>
elements.Work to do:
• Add a new text attribute similar to SwiffTextVerticalOffsetAttributeName, this would contain an NSURL or NSString
• When SwiffHTMLToCoreTextConverter encounters
<a>
, add this attribute to the CFAttributedStringRef• Ultimately pipe this up through SwiffPlacedDynamicText to SwiffView, which would create tappable/clickable hotspots.
The text was updated successfully, but these errors were encountered: