```
__weak typeof(self)weakSelf = self;
dispatch_async(dispatch_get_main_queue(), ^{
// presentVC
});
```
```
__weak typeof(self)weakSelf = self;
dispatch_async(dispatch_get_main_queue(), ^{
// presentVC
});
```
本文标题:iOS 关于presentViewController弹出页面反
本文链接:https://www.haomeiwen.com/subject/aqruhqtx.html
网友评论