-
## General Information
* MessageKit Version: `master`
* iOS Version(s): `all`
* Swift Version: `all`
* Devices/Simulators: `all`
* Reproducible in ChatExample? (Yes/No): `Yes`
## …
-
There must be something broken. When I first used this component at v 1.0.0 everything was fine. Today I checked the function and found it not working anymore. Your own sample code does not work any …
ghost updated
7 years ago
-
Consider the output below.
![new](https://cloud.githubusercontent.com/assets/810861/4983603/24935d52-691c-11e4-8ada-8d88f82e6800.png)
Basically I want the attribute label to be left aligned with the…
-
## New issue checklist
- [x] I have read the [`README`](https://github.com/jessesquires/JSQMessagesViewController/blob/develop/README.md), [documentation](http://cocoadocs.org/docsets/JSQMessages…
-
As a MessageKit user I want the ability to customise the text style and color in a message. Often times incoming messages have a different background color and for readability I would like to be able …
-
Some of the emojis which can be found here https://getemoji.com in the section "New 2017 Emojis released in June 2017" are not detected at all or are detected as "two emojis" (face plus modifier).
fu…
-
When I try to set the content the application crashes. This is how I set it:
``` swift
internal func setBody(body: String) {
let attributed = NSAttributedString(string: body)
self.bod…
-
问题描述
我在cell中使用MLLinkLabel控件,大量的数据界面完全卡死;
debug的结果是 label.attributedText = attrS; 这句赋值时间长达1秒,而且文本数据不显示;
参考数据
@"312276998631694997664364649949979989899993122769986316949976643646499499799898…
-
# 关于
> Good good study, day day work (overtime).
子曰:一日三省吾身。
这个 issue 用来记录每周的工作和思考,包括做了什么、遇到了什么问题、如何解决的、做了什么优化、有什么思考和进步。
另外,左耳朵耗子也提出了 ARTS 的建议——每周至少做到一次下面几点:
- Algorithm:每周至少做一道 LeetC…
-
Hi,
Great job on the library. Do you guys think about adding an `attributedText` property to the `JSQMessageData` protocol, overriding the `text` property if not `nil` ?
This PR looks particularly i…