我在此之后,为了支持第5和第4期分母的tw。
if ([DETweetComposeViewController canSendTweet]) {
DETweetComposeViewControllerCompletionHandler completionHandler = ^(DETweetComposeViewControllerResult result) {
switch (result) {
case DETweetComposeViewControllerResultCancelled:
NSLog(@"Twitter Result: Cancelled");
break;
case DETweetComposeViewControllerResultDone:
NSLog(@"Twitter Result: Sent");
break;
}
[self dismissModalViewControllerAnimated:YES];
};
DETweetComposeViewController *tcvc = [[[DETweetComposeViewController alloc] init] autorelease];
[tcvc addImage:[UIImage imageNamed:@"YawkeyBusinessDog.jpg"]];
[tcvc addURL:[NSURL URLWithString:@"http://www.DoubleEncore.com/"]];
[tcvc addURL:[NSURL URLWithString:@"http://www.apple.com/ios/features.html#twitter"]];
self.modalPresentationStyle = UIModalPresentationCurrentContext;
[self presentModalViewController:tcvc animated:YES];
}
else {
self.oAuth = [[[OAuth alloc] initWithConsumerKey:kDEConsumerKey andConsumerSecret:kDEConsumerSecret] autorelease];
TwitterDialog *td = [[[TwitterDialog alloc] init] autorelease];
td.twitterOAuth = self.oAuth;
td.delegate = self;
td.logindelegate = self;
[td show];
}
教学法没有说明什么是自我的。 Auth, i import oAuth in my对口档案,并宣布OoAuth为财产
现在我有以下问题:
1) the code above worked when i didn t put the completion handler block, after adding the handler the build is failing with error in DETweetAccountSelectorViewControllerDelegate in line
#import <Accounts/Accounts.h>
说不存在这样的档案或目录......在没有完成手的情况下,它就没有了。 是的,现在与账户框架的联系和联系已超过5倍。
2) 在没有完成手工艺的情况下实施该项目时,先令方方方方方方方方方方言会pop。 但是,可以开站(授权申请是针对我的tw子提出的,但经过批准后却被 st住)。
在网上意见中抛弃了一种无选择的例外:杀脑膜炎:威胁:范围:决定生命:代表
另外,如果要关闭方言,则方案会发生故障,因为没有法规让控制员放弃使用完成手来解决问题。
3) 如果任何人都有较简单的教学方法,将第4期和第5期分期发送。
增 编