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.
- Host: GitHub
- URL: https://github.com/fluidgroup/texturebridging
- Owner: FluidGroup
- License: mit
- Created: 2019-05-14T04:52:03.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:59:27.000Z (over 1 year ago)
- Last Synced: 2025-06-14T06:15:49.376Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 13.5 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```