You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a custom imageView and set it's frame to 0,0,150,150 since you require that the frame be set with the Custom enum tag. However, when the overlay view pops up, doesn't display correctly at all, and I'm not sure where in the documentation there is information on how to display custom images in the OverlayView. How can I display a custom image with a title using MRProgressOverlayView?
The text was updated successfully, but these errors were encountered:
It should keep the width and height of the custom view. As seen in #103, there is a bug in the layout code which causes that a custom mode view's height is enforced to be the same as it's height. But this shouldn't have mattered for your concrete case, you described here.
I've made a custom imageView and set it's frame to 0,0,150,150 since you require that the frame be set with the Custom enum tag. However, when the overlay view pops up, doesn't display correctly at all, and I'm not sure where in the documentation there is information on how to display custom images in the OverlayView. How can I display a custom image with a title using MRProgressOverlayView?
The text was updated successfully, but these errors were encountered: