SPAlertController
SPAlertController copied to clipboard
ios13上设置自定义view宽度展示出来的不对
ios13上设置自定义view宽度展示出来的不对,例如我设置屏幕宽-32 可左右间距还是很大
HSAlertView *alertView = HSAlertView.new;
alertView.size = CGSizeMake(HWidth(304), HWidth(268));
SPAlertController *alertVC = [SPAlertController alertControllerWithCustomAlertView:alertView preferredStyle:SPAlertControllerStyleAlert animationType:SPAlertAnimationTypeExpand];
alertVC.minDistanceToEdges = 0;
[self presentViewController:alertVC animated:YES completion:nil];