Default Sharing in iOS 7
问题 I have seen this format (Image shown below) of share option in most of the iOS applications that support iOS 7. Is there a default code/framework available to implement this share option as it is shown in the image below? 回答1: What you are looking for is the UIActivityViewController . Since you asked a general question I can't do more than give you a link to the documentation 回答2: In addition to the accepted answer, a small piece of example code - (void)shareText:(NSString *)text andImage: