Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 ShareKit 2.0 集成了 FB 共享,并且可以从我的应用程序中共享链接。但是我需要知道修改“获取 [应用程序名称]”和域 eg.www.apple.com 文本显示在帖子标题之后的可能性。我能改变这些吗?
是的,在您的 CustomSHKConfigurator.m 中覆盖以下两种方法:
- (NSString*)appName { return @""; } - (NSString*)appURL { return @""; }