Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 219 Bytes

TextureBridging

It enables Texture to integrate ASDisplayNode with the world of AutoLayout.

let myNode: ASDisplayNode

// Make node compatible with AutoLayout
let myView: UIView = NodeView(node: myNode)