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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -