-
Notifications
You must be signed in to change notification settings - Fork 480
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
Pagecontrol overflow #26
Comments
Well, this is certainly an edge case and I'm not sure what the best solution is. But it should probably involve custom page control component since the default one doesn't have such handling. One idea of such component is described here http://stackoverflow.com/a/4749359/1190784 A quick fix here is to simply hide page control in such cases, but that's probably not what you're looking for. |
Maybe replacing the PageControl with some sort of label displaying the page number / total number of pages ? (when there's too many items, or just as an alternative) |
Working on it for displaying captions of pagecontrol (current/total) |
Any update for this? 😄 |
+1 bump! |
It's been a long time! But I can finally close this issue 🎉 I've implemented a |
If there are many images, the pagecontrol oveflows it's superview.
Any idea how to solve that? (I mean UI solution)
The text was updated successfully, but these errors were encountered: