S sorex Expert Licensed User Longtime User Aug 9, 2016 #1 Hello, What is the method to remove a bitmap from an imageview? The .bitmap=null method fails on IOS.
Hello, What is the method to remove a bitmap from an imageview? The .bitmap=null method fails on IOS.
S sorex Expert Licensed User Longtime User Aug 9, 2016 #2 I used a workaround as the only options seems to be hiding the imageview or using a general bitmap that looks like it's cleared. Upvote 0
I used a workaround as the only options seems to be hiding the imageview or using a general bitmap that looks like it's cleared.
Semen Matusovskiy Well-Known Member Licensed User Apr 17, 2019 #3 B4X: Dim no As NativeObject imageView1.Bitmap = no.Initialize ("UIImage").RunMethod ("new", Null) Upvote 0