I have a page controller that show a day planning with a UITableView inside
The main controller shows the day , and the page content shows the planning of that day. To change the page content it uses the "book effect" animation.
The problem is that, If you start the animation It pass throught
viewControllerBeforeViewController
or viewControllerAfterViewController
and viewControllerAtIndex
, but if the user decide to stay in the same day( the same content page) instead of finish the animation, The day label already changed since I changed it on viewControllerAtIndex
How can I know the real index , or How can I track the real index.
If you need further explanation ask me for them please