I have list of frames. Each frame has context for view(e.g. text frame, image frame) and has specific view for type of frame(viewText, viewImage). Length of list could vary and could be huge. One view is visible at time. User uses gestures to go through frames.
Can I implement navigation logic(pop, push effects) which allows to reuse same view instances for different frames?