Let’s say I have created a model and a view for an iPad. If I have a second screen and want to replicate that view on that second screen is there a facility to do so automatically in iOS (getting automatic mirroring of first view in second view in REAL TIME) ?
Does this mechanism work for both vga and airplay ?
Seems this question is too hard nobody seems to know ?
To precise the first View must stay on iPad and the second view will be on second view and SYNCHRONIZED with first view (same model). ie When User modifies First View, Second View should show same update.
My views would not contain only images, they can contain anything (fields, webview, buttons etc.)
i have not understood your question completely.
do you want same view in second screen as first view or you want make mirror effect of first view in second view?
if you want the same view as first view in sceond view, then directly get the object as first view and add it as subview in second view.
if you want to create mirror effect then you have write a logic code, i dont know there is any third party library for that,
Please do explain your question