iOS Question Error UIImage

Carlos marin

Active Member
Licensed User
Longtime User
Hello everyone, lately I have found a very particular error 'Object was not initialized (UIImage)'
this error occurs when I update images (almost always), I do not know how to debug
What is UIImage? :eek::eek::(:confused:
 

Attachments

  • Sin título.png
    Sin título.png
    188.7 KB · Views: 211

Carlos marin

Active Member
Licensed User
Longtime User
when I enter a page initially load well, but if I navigate in another and return is when the error occurs
Object was not initialized(UIImage)

B4X:
LoadBitmapResize(File.DirAssets, id &".png",50%x,50%y,True)
 
Upvote 0
Top