开发者

Dismiss modal view causes issue with ShareKit Email and Twitter

I have a pop up game view and then a Sharekit on top of that. When I send mail through ShareKit Email or Twitter and then did dismiss the game view through [self dismissModalViewControllerAnimated:YES], next time the game view brought up again, then sharekit Email and Twitter view have issue popping up.

I think the dissmodalviewcontroller messed the sharekit up, but I need that to dismiss my game view through dismissModalViewControl开发者_开发百科ler.

any ideas to make those two compatible.


Instead of that, try: [self removeFromSuperView] or popViewController (self).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜