Hi,
I have a cascading Storyboard scenes setup. First scene presents a list of categories, next one presents a list of items that belong in the chosen category. Its all working nice so I wanted to spruce it up a little and introduced effect = “fromRight” into the transition from first scene to the second. Now my first scene is replaced by the next with a neat swipe. So far so good!
The problem is that the list view scene swipes in without any data displayed on it. Once the swipe action is finished only then the scrollview and the tableview inside it come up and show the list. Its not very visually pleasing.
I looked far and between in the storyboard options but could not find a relevant option that might help me. I was hoping to get the data load happen while the screen slide occurs so that as the new scene comes in it does so with the list of items displayed.
Any thoughts, suggestions will be most appreciated. Thank you!
Kerem