Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom ImageView displaying incorrectly #98

Open
RVijay007 opened this issue Apr 29, 2015 · 1 comment
Open

Custom ImageView displaying incorrectly #98

RVijay007 opened this issue Apr 29, 2015 · 1 comment
Labels

Comments

@RVijay007
Copy link

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?

@mrackwitz
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants