开发者

Dismiss modal view causes issue with ShareKit Email and Twitter

开发者 https://www.devze.com 2023-03-28 02:14 出处:网络
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

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

精彩评论

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