Update image-node.md (#1230)

typo fix
This commit is contained in:
Orkhan Huseynov 2018-11-12 20:23:41 +04:00 committed by Michael Schneider
parent 39f25f661e
commit ce78fa00df

View File

@ -6,7 +6,7 @@ prevPage: text-node.html
nextPage: network-image-node.html
---
`ASImageNode` is the Texture equivalent to `UIImageView`. The most basic difference is that images are decoded asynchronously by default. Of course, there are more advanced improvments as well such as GIF support and `imageModificationBlock`s.
`ASImageNode` is the Texture equivalent to `UIImageView`. The most basic difference is that images are decoded asynchronously by default. Of course, there are more advanced improvements as well such as GIF support and `imageModificationBlock`s.
### Basic Usage