Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用SLviewcontroller该类从包含UIScrollview对象的视图中共享 twitter 上的内容。一切正常,但是当我点击推特按钮时,它要么取消要么发送推文并返回到滚动视图,并且滚动视图不再滚动。
SLviewcontroller
UIScrollview
如果您使用:
[self dismissViewControllerAnimated:YES completion:nil];
与其自行解散,不如自行解散您的 twitter 控制器。