Twitter Post iOS6 'Cancel' button issue

后端 未结 5 628
既然无缘
既然无缘 2021-01-04 04:13

I\'m in the process of changing my app for iOS6 and iPhone use, I can\'t seem to figure out why when I post from Twitter using the new Social framework I have to press \'Can

5条回答
  •  被撕碎了的回忆
    2021-01-04 05:10

    Found the issue. It only happens when a completion handler is added to TWTweetComposeViewController. If added, make sure to call:

    [self dismissModalViewControllerAnimated:YES];

提交回复
热议问题