Add preserveAspectRatio prop for Image

Add preserveAspectRatio prop for Image.
Fix touch events for Image on Android.
Fix viewBox slice bug on Android.
This commit is contained in:
Horcrux
2016-08-13 14:03:08 +08:00
parent a4c0c60b7f
commit d1afb78da0
20 changed files with 251 additions and 42 deletions
+2
View File
@@ -20,4 +20,6 @@
@property (nonatomic, strong) NSString *width;
@property (nonatomic, strong) NSString *height;
- (CGAffineTransform)getTransform;
@end