-
Notifications
You must be signed in to change notification settings - Fork 60
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
How could I crop an image of ImageRow #78
Comments
You can crop an image adding accessoryView like below. <<< ImageRow() {
}.cellUpdate({ (cell, row) in
cell.accessoryView?.layer.cornerRadius = 15
cell.accessoryView?.frame.size = CGSize(width: 30, height: 30)
}) |
Thank you for your reply. |
I'am also new to ImageRow but this may be helpful. #10 |
I can't understand that issue's answer so much.( ; ; ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How could I crop an image when user selects an image at ImageRow?
The text was updated successfully, but these errors were encountered: