-
The same code on 2.2:
after updating to 2.3.1:
I think it's layout related, so my layout spec:
```
#pragma mark - Layout
- (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constrainedSize
{…
rurza updated
7 years ago
-
After updating from 2.0-beta.1 to 2.0-beta.2, center-aligned text in our custom alerts is rendering incorrectly. Note that using 'left' text alignment and taking the same screenshot looks OK.
Updat…
-
So I’ve been thinking about ways to eliminate, or at least minimize, flashes caused by `reloadData`. This is one of the top complaints from developers that are new to the framework. I have a couple of…
-
IMO, this seems like incorrect behavior, but correct me if I'm wrong. :)
Repro using example project #2551 (`examples/LayoutSpecExamples`). These cells contain a title & description in a vertical s…
-
I'm trying to find a way to make the text of the cell attributed to simulate a bubble like whatsapp with senderName inside the bubble attributed with bold and maybe with some color. I've find through …
-
RT
-
![image](https://cloud.githubusercontent.com/assets/1623183/18983017/fc8e8946-871c-11e6-8183-909f32cd43c0.png)
### 代码片段
```
YYLabel *textLabel = [[YYLabel alloc] init];
textLabel.numberOfLines = 0;
t…
-
Because I couldnt figure it out I am asking. How do I rewrite this block code to use ASOverlayLayoutSpec instead of ASDisplayNode with layoutSpecBlock?
```
public class TextCellNode: TimelineCellNode…
-
Version: 40a8769217691b001cc5779af078b77137accac4
So here is my case, I have a stack layout which looks like this:
![pane](https://cloud.githubusercontent.com/assets/1709178/20845059/5909ef0a-b8…
-
First, this is a great library. Thanks to all contributors.
As for the topic, is using NSAttributedString for the cell labels a supported feature? The source code appears to suggest otherwise. If not…