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
Released on 2016/05/01. All issues associated with this milestone can be found using this [filter](https://github.com/laptobbe/TSMarkdownParser/issues?q=milestone%3A2.1.0+is%3Aclosed).
9
+
10
+
#### Added
11
+
* Added custom font for quote text for a better user experience [#47](https://github.com/laptobbe/TSMarkdownParser/pull/47)
12
+
* Added support to skip NSLinkAttributeName for UILabel customization. [#45](https://github.com/laptobbe/TSMarkdownParser/issues/45)
13
+
* Added partial support for remote image URL. [#16](https://github.com/laptobbe/TSMarkdownParser/issues/16)
Released on 2016/04/09. All issues associated with this milestone can be found using this [filter](https://github.com/laptobbe/TSMarkdownParser/issues?q=milestone%3A2.0.3+is%3Aclosed).
9
19
@@ -13,6 +23,7 @@ Released on 2016/04/09. All issues associated with this milestone can be found u
Released on 2016/03/29. All issues associated with this milestone can be found using this [filter](https://github.com/laptobbe/TSMarkdownParser/issues?q=milestone%3A2.0.2+is%3Aclosed).
* When YES, references to URL are lost and you have freedom to customize the appearance of text.
34
+
*
35
+
* When NO, reference to URL are kept with NSLinkAttributeName and restrictions to customize the appearance of links apply:
36
+
*
37
+
* * UILabel is forcing all links to be displayed blue and underline, links aren't clickable
38
+
*
39
+
* * UITextView's tintColor property is controlling all links color, links are clickable
40
+
*
41
+
* * NSTextView's linkTextAttributes property is controlling all links attributes
42
+
*
43
+
* If you want clickable links with an UILabel subclass, you should leave skipLinkAttribute to NO and consider using KILabel, TTTAttributedLabel, FRHyperLabel, ... As a bonus, all will lift off the UILabel appearance restrictions for links.
/// @note you can use formattingBlock to asynchronously download an image from link and replace range with an NSTextAttachment. Be careful of the range when the attributedString is altered.
0 commit comments