Created
September 25, 2019 02:18
-
-
Save wendyliga/88cf1556d1c7ae150f39f3d9bf475ef6 to your computer and use it in GitHub Desktop.
Texture Components Equivalent to UIKit Components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Texture Components | UIKit Components | |
---|---|---|
ASDisplayNode | UIView | |
ASImageNode | UIImageView | |
ASButtonNode | UIButton | |
ASControlNode | UIControl | |
ASCellNode | UITableViewCell / UICollectionViewCell | |
ASScrollNode | UIScrollView | |
ASEditableTextNode | UITextView | |
ASTextNode | UILabel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment