在使用第三方分享,分享到短信進入短信界面,不顯示新信息和取消的字樣,導致無法返回原應用。
如果出現此種情況,請檢查你是否使用了FDFullscreenPopGesture 這個第三方滑動返回,使用的話請在此方法體最前面屏蔽到短信頁面
FDFullscreenPopGesture內方法體名
添加的方法:
if ([self isKindOfClass:NSClassFromString(@"MFMessageComposeViewController")]) {
[self fd_pushViewController:viewController animated:animated];
return;
}