I have created one application in Objective C. I want to implement functionality for showing selected content area of the screen on external display. For example, I have total 10 screens and I want to show 4 screens and don't want to show entire portion of the screen, just want to show selected view and area of the screen in external display.
I have done research on this, I found one tutorial, but that tutorial is available in swift language and I want to implement this things in objective c language.