BasisApple icon indicating copy to clipboard operation
BasisApple copied to clipboard

Native Apple application development with haxe

Results 2 BasisApple issues
Sort by recently updated
recently updated
newest added

As of now, would it be possible to load xib files and use them from a BasisApple app?

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,...