We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to add border to all four sides of menu view, also there I want to have some margin from left and right, can anyone help how I can do that.
Thanks
The text was updated successfully, but these errors were encountered:
Hi! You can archive this by subclassing PagingView and overriding the setupConstraints method to position the menu (self.collectionView) the way you prefer. You could also apply borders on the collection view here. Here's a similar example: https://github.com/rechsteiner/Parchment/blob/main/Example/Examples/Images/UnsplashViewController.swift#L24. Does that work for you?
PagingView
setupConstraints
self.collectionView
Sorry, something went wrong.
No branches or pull requests
I want to add border to all four sides of menu view, also there I want to have some margin from left and right, can anyone help how I can do that.
Thanks
The text was updated successfully, but these errors were encountered: