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

c - Performance of System() -

python - how we can use ajax() in views.py in django? -

sql server - How to use pivot in this table -