-
`boundingRectWithSize(_:options:attributes:context:)` returns wrong bounding rect for string "Мруа паваЫотрПрпв." with font FS Albert Pro of size 16.00
AR: Width is equal 150
ER: Width is equal 151
…
-
need to add a bit around how to make new commands
-
我使用的textView是YYTextView,而其中的链接部分我打算使用原生API中的NSLink而非YYTextHighlight来做。 而原生NSLink需要与UITextViewDelegate中的一个代理方法互动
```
- (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(NSURL *)URL inRan…
-
This would model `UITextView` interface which has a `linkTextAttributes` property for customizing link text attributes. `NSForegroundColorAttributeName` is otherwise ignored if `NSLinkAttributeName` i…
-
At line [quik.rb:14](https://github.com/rubylibs/quik/blob/master/lib/quik.rb#L14), you `require 'zip'` which does not work if you have an older version of rubyzip installed (pre 1.0), because that v…
-
Hi,
I have read #246 and #74 about how to append the tap action to a textComponent, but still no luck.
here is my code.
for creating the attributed string:
```
NSMutableAttributedString* aStr = […
-
I've recently stumbled over a problem in the height calculation of the text input view. Seems to only appear on iOS 7.1. It looks fine initially, but as soon as you enter any text, the the text view's…
-
-
Hi,YY 你好:
请问,如 Demo 中的图片,dribble 和汽车机器人的富文本显示,使用 YYText 如何在绘制之前提前计算好高度呢?
![image](https://cloud.githubusercontent.com/assets/2245840/12501899/b83a19bc-c0fd-11e5-911f-08c5f8dcfce1.png)
hilen updated
8 years ago
-
The furigana are placed at the wrong location in the following situations:
There are at least 3 furigana, while the length of the range is smaller than the amount of furigana, and the range starts on…