wwwins
Results
1
issues of
wwwins
Hi Aaron, I am trying to play with the UIImage and UIImageView. Simple code: ``` var imageView:UIImageView = new UIImageView(); var panelImage:UIImage = UIImage.imageWithData(NSData.dataWithContentsOfFile( IOSUtil.getAssetPath("haxe.png") )); imageView.image = panelImage.resizableImageWithCapInsets([10.0, 16,...