提交图片到Facebook ASFBPostController

码农软件 · 软件分类 · 网络(Networking) · 2019-07-11 13:28:07

软件介绍

ASFBPostController provides photo posting function to Facebook. You can easily integrate Facebook post function to you iOS app.

示例代码:

ASFBPostController *c = [[ASFBPostController alloc] init];
c.thumbnailImage = [UIImage imageNamed:@"sample_thumb.jpg"];    
c.originalImage = [UIImage imageNamed:@"sample.jpg"];

UINavigationController *n = [[UINavigationController alloc] initWithRootViewController:c];
n.modalPresentationStyle = UIModalPresentationFormSheet;
[c release];

[self presentModalViewController:n animated:YES];
[n release];

本文地址:https://codercto.com/soft/d/9898.html

Big Java Late Objects

Big Java Late Objects

Horstmann, Cay S. / 2012-2 / 896.00元

The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

SHA 加密
SHA 加密

SHA 加密工具