Can I show this "Share Screen" in my own app using iOS 6? Somebody that knows how?
1) Ensure that iPhone 6/6 Plus and Apple TV are on the same internet connection. 2) Swipe up from the bottom on iPhone screen and tap on Airplay mirroring. 3) Tap Apple TV from a list of scanned devices to connect the TV with iPhone. 4) If prompted, enter the code for creating a connection with TV.
To share your screen on iPhone or iPad, first run the FaceTime app and make a call to someone else who also has FaceTime set up. Once you're connected, tap the “Screen Sharing” button in the toolbar that looks like a rectangle with a person in front of it. In the pop-up that appears, tap “Share My Screen.”
On the Mac you want to share, choose Apple menu > System Preferences, click Sharing , select Screen Sharing, then note the name and address of the Mac (it's listed on the right).
I'm afraid you are all wrong. I'm sorry for being this negative, but your wrong answers forced me to waste time in going for futile solutions.... instead you can use this code to achive this screen:
NSString* someText = self.textView.text; NSArray* dataToShare = @[someText]; // ...or whatever pieces of data you want to share. UIActivityViewController* activityViewController = [[UIActivityViewController alloc] initWithActivityItems:dataToShare applicationActivities:nil]; [self presentViewController:activityViewController animated:YES completion:^{}];
The code is from Social.framework.
See this answer: Using Apple icons with iOS 6
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With