Closed Supertecnoboff closed 11 years ago
Can you try testing by calling the [_carousel reloadData] method? That should cause the data to reload and if you change some of the state in your variables that might cause more data to be incorporated. Just a quick idea...
You will also probably need to remove the _carousel from the SubView (if it was previously added) if you are going to keep on calling your method [self createIcarousel];
I'll leave this here for record, but I don't think I'm helping your issue here. Sorry about that.
As @danielsonchris says, you can reload the carousel contents by calling the reloadData method. There's no need to remove the carousel from the screen and re-create it.
@nicklockwood @danielsonchris That worked perfectly, thank you so much! You guys have really helped my out here :)
Hi @nicklockwood
Sometimes I want to reload the carousel with different content, however it doesn't work.... the follow method does NOT get called again:
Every time I want to make the carousel I call:
Which is the following function:
And that function DOES get called but it then does NOT call one of your carousel methods....