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

HTML in UILabel #133

Merged
merged 3 commits into from
Oct 19, 2017
Merged

HTML in UILabel #133

merged 3 commits into from
Oct 19, 2017

Conversation

kvld
Copy link
Contributor

@kvld kvld commented Oct 5, 2017

Задача: #APPS-1526

Коротко для Release Notes, в формате «Сделали/Добавили/Исправили N»:
Отображаем в UILabel html

Описание:
До этого html в UILabel не отображался в принципе (при этом, рендерился в NSAttributedString и постоянно крашился). Теперь отображаем некоторое множество тегов для форматирования текста.
Ещё подробнее в APPS-1482.

@kvld kvld self-assigned this Oct 5, 2017
@kvld kvld requested a review from Ostrenkiy October 5, 2017 14:02
Copy link
Contributor

@Ostrenkiy Ostrenkiy left a comment

Choose a reason for hiding this comment

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

Думаю, надо множество поддерживаемых тегов вынести куда-нибудь в отдельное место и класс TagDetectionUtil отрефакторить, сказав, что в WebView надо отображать все теги, кроме поддерживаемых + LaTeX

@kvld kvld added this to the 1.45 milestone Oct 12, 2017
@kvld kvld merged commit 9da34f7 into dev Oct 19, 2017
@kvld kvld deleted the feature/uilabel-html branch October 19, 2017 09:58
@Ostrenkiy Ostrenkiy mentioned this pull request Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants