facebook - iOS how to implement the official share function -


फेसबुक, ट्विटर, संदेश, ईमेल और इतने पर, जैसे:

src = "Https://i.stack.imgur.com/Bm6bt.png" alt = "आईओएस शेयर फ़ंक्शन">

अपने ViewController.m में:

  NSString * message = @ "उड़ता http://flyerdream.tumblr.com"; UIImage * image = [UIImage imageNamed: @ "फ्लायर"]; NSArray * arrayOfActivityItems = [NSArray arrayWithObjects: संदेश, छवि, शून्य]; UIActivityViewController * activityVC = [[UIActivityViewController alloc] initWithActivityItems: arrayOfActivityItems अनुप्रयोग क्रियाशीलता: शून्य]; [आत्म। नेविगेशन नियंत्रक उपस्थित ViewController: activityVC एनिमेटेड: हाँ पूरा: शून्य];    

Comments

Popular posts from this blog

wpf - ControlTemplate with changes for every class -

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -