-
Notifications
You must be signed in to change notification settings - Fork 67
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
Is it possible to change width of the view? #6
Comments
I just hit this same issue... I want this control to be full-width so tapping on it will paginate prev/next. It's kind of useful to allow that. My workaround was to remove the |
This is the one issue that prevents DDPageControl from being a drop-in replacement. Indeed removing the two setters resolved the issue for me. |
+1 for this. I'm not sure when having the control set it's own width might be useful, but it should be an opt-in anyway to allow for DDPageControl being a drop-in replacement on UIPageControl. |
+1 for this. Are there some solution without changing the code to this issue? |
I am trying to change width of the control, to make it as wide as screen width:
This doesn't work for me, the width always equals to 100.0
How can I change this parameter?
Thanks.
The text was updated successfully, but these errors were encountered: