Norris Aboagye Boateng
Norris Aboagye Boateng
@biechereran no.But it works fine now.
Have you found a way around it because it's not working here too.
I have the same issue.....can't change the collapse image
@josephmannis @miguel-arrf It's related to the id supplied into `ACarousel`. Try using just strings your items and make `id: \.self` and it should work e.g ```swift ACarousel(["1","2","3","4"], id: \.self, index:...
None of the above solutions is working for me. Any additional help???
Still not working
Thanks but found another library that works pretty much like this and that's working fine
I updated to 1.2 and now the AtomParser class comes but now the feeds aren't loading. PkRSS.with(this).load("http://www.androidcentral.com/feed/").parser(new AtomParser()).callback(new Callback() { @Override public void onPreload() { Log.v("norristest","preload"); } @Override public void...