Hi,
So I developed this library for showing animated gifs which works fine in debug but in release the image view doesn't work. The library was using the load data from URL method to get the gif contents.
I then created another method in the library that loads the data using NSBundle. This method takes the file name only and works fine when used in release mode but not debug.
This situation leads me to believe that there appears to be some difference between the way b4i shell app in debug handles the file:// URL for loading image data. Also I can't quite understand why the method that uses NSBundle doesn't work in debug but works in release. I could be completely off though.
I want to update the library so that we have one method that works for both debug and release for the users. So any help will be appreciated by all users.
The library is HHAnimatedGifView by the way.
So I developed this library for showing animated gifs which works fine in debug but in release the image view doesn't work. The library was using the load data from URL method to get the gif contents.
I then created another method in the library that loads the data using NSBundle. This method takes the file name only and works fine when used in release mode but not debug.
This situation leads me to believe that there appears to be some difference between the way b4i shell app in debug handles the file:// URL for loading image data. Also I can't quite understand why the method that uses NSBundle doesn't work in debug but works in release. I could be completely off though.
I want to update the library so that we have one method that works for both debug and release for the users. So any help will be appreciated by all users.
The library is HHAnimatedGifView by the way.