An open API service indexing awesome lists of open source software.

https://github.com/fluidgroup/texturebridging

It enables Texture to integrate ASDisplayNode with the world of AutoLayout.
https://github.com/fluidgroup/texturebridging

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

```swift
let myNode: ASDisplayNode

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