iOS: resize image support tile mode.

This commit is contained in:
吴尚昆
2022-03-16 19:25:55 +08:00
committed by osborn
parent 66692316de
commit 77617df848
12 changed files with 3180 additions and 1685 deletions

View File

@@ -120,6 +120,14 @@ export class Image extends View {
bottom: number
}
@Property
tileInset?: {
left: number,
top: number,
right: number,
bottom: number
}
/**
* Called if loaded image is animated and played end.
*/