How to dismiss FBWebDialogs

前端 未结 2 2066
醉酒成梦
醉酒成梦 2021-01-24 14:56

How can I dismiss an FBWebDialogs programmatically - I have seen through all the documentation and stack overflow questions, and there seems to be no way to do this? That can\'t

2条回答
  •  無奈伤痛
    2021-01-24 15:03

    Just use [self dismissModalViewControllerAnimated:YES]; it worked well for me!

提交回复
热议问题