-
Notifications
You must be signed in to change notification settings - Fork 19
6o. Cell: Image
i_82 edited this page Mar 26, 2018
·
1 revision
Image cell simply displays an image with a UIImageView called cellImageView inside.
| Key | Type | Description | Flags | Default |
|---|---|---|---|---|
| path | String | image name | Required | - |
height property is required for this cell, and the contentMode of cellImageView is UIViewContentModeScaleAspectFit.
{
"cell": "Image",
"path": "res/bd_logo1_31bdc765.png",
"height": 128.0
}