Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Smooth asynchronous user interfaces for iOS apps.

Results 149 Texture issues
Sort by recently updated
recently updated
newest added

increase security by conforming to NSSecureCoding

alternatively - (NSUInteger)hash { #pragma pack(push,1) struct { CGSize viewportSize; ASScrollDirection scrollableDirections; NSUInteger elementsHash; NSUInteger layoutDelegateClassHash; NSUInteger additionalInfoHash; } data = { _viewportSize, _scrollableDirections, _elements.hash, _layoutDelegateClass.hash, [_additionalInfo hash] }; #pragma...

## What The SafeAreaInset of children node is not same as parent when add/change the node. as you can see in the video, once we change the rootNode to NodeB,...

Added a note stating this tool will only work when addTarget:action: pairs are added.

So I've got kinda a complicated situation, but long story short, anytime I focus one of my editable text nodes and then do an animated layout transition the first responder...

`ASTextNode` and `ASTextNode2` does not support custom view in attributed string. `YYLabel` is fine, the view has displayed. ![CleanShot 2021-08-23 at 09 49 26@2x](https://user-images.githubusercontent.com/16604027/130379859-6931d2cc-3b77-434a-a42b-13416d9aaff0.png) `ASTextNode` is nothing for attachment. ![CleanShot...

Hello Guys, I found that the NSTextAttachment is not visible as I set the `ASTextNode2.truncationMode` with `NSLineBreakByTruncatingTail`. The `ASTextNode2.attributedText` property description says that `For inline image attachments, add an attribute...

It should be achieve instead of archive, I guess.

// If you're looking for help, please consider joining our slack channel: // http://asyncdisplaykit.org/slack (we'll be updating the name to Texture soon) // The more information you include, the faster...

I just use ASButtonNode as a normal view, add it to a view directly ``` let button = ASButtonNode.init() button.setTitle("XXXX", with: UIFont.systemFont(ofSize: 17), with: UIColor.label, for: .normal) self.view.addSubnode(button) button.frame =...