how can I include some pictures for the native ios [ in codename one ] and how can I use them from inside the code , I tried to create a folder Called Resources like what XCode do by default , and it didn't work code used :
[UIImage imageNamed:@"xxxx.png"];
Regards,
after trying to include the sources I looked everywhere for the images and I didn't find any [ tried to put them inside the src and inside native and inside ios folder ]
after trying to work with gui from native I have the following messages on the log : 2017-03-16 15:23:25.509 MyApplication[32748:1247180] Warning: Attempt to present on whose view is not in the window hierarchy!