ios - Share data between two UIWindows -


my objective have airplay option ios app shows same content ipad (like mirror) except modified 16x9 aspect ratio of tv.

i have initial setup complete, point have second window , opportunity set root view controller.

my current strategy create 2 separate view controllers, 1 ipad, 1 tv, create channel them communicate through.

is efficient way solve problem? there better way, perhaps involves me using same view controller different uiviews?


Comments

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -