UIActivityViewController
中保存笔记, ios9
分享内容的效果并不理想。这是我的代码:
title,description,url are contains different contents to share.//
NSArray *dataToShare= @[title,description,url];
UIActivityViewController* activityViewController =
[[UIActivityViewController alloc] initWithActivityItems:dataToShare
applicationActivities:nil];
[self presentViewController:activityViewController animated:YES completion:^{}];
非常感谢您提前提供任何意见。
答案 0 :(得分:9)
我通过将不同的字符串连接到一个来解决这个问题,以便在NOTES中保存所有内容。
[vc_row style="background-color:red;"]