Closed XiaoJuanW closed 6 years ago
It seems any customView wouldn't show in right frame...
sorry, what's the meaning of 'in right frame' ?
when the frame set or changed,the customView wouldn't change.
MBProgressHUDModeCustomView
. This broke on 1.0. prior to that customView was working for me
It looks like indicator.translatesAutoresizingMaskIntoConstraints = NO;
is causing the issue for me. Commenting out this line fixed the issue
You need to make sure intrinsicContentSize
is implemented on your custom view and returning an appropriate size since 1.0. It's needed for AutoLayout to correctly position the custom view.
Hi, I have a issue. Is that the mode customView can only be imageView? I define my own view, it dosn't show ...