-
Notifications
You must be signed in to change notification settings - Fork 87
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
Avatar Row #53
Comments
How would you prefer the api to be like? Example of code that would work best for you. |
Could be as easy as an extension to .botton where you could specify row height, pass image to be displayed and cropping / rounded corners and then I could handle image selection with something like YPImagePicker and then you would have a full user settings panel available |
I'm confused.
|
Looks good. Avatar row, this seems like a recurring ui pattern. However I don't think this should be a core control in SwiftyFORM, since it's subject to fashion changes. Perhaps some designers wants text side by side with the avatar. Perhaps different border styles. Your avatar row will be a great addition to the example app. If it's ok with you, I may add your code to the example app. Maybe I make a few tweaks. |
@neoneye sounds good! If you want to add it to the example app, do you want me to push a branch? or just send you a snippit |
You can mail me a snippet. Preferable a zip with something that compiles out of the box. I will extract the avatar code and insert it. My mail is |
Hi @justdan0227 do you have an example that I could use? |
is it possible to have an AVATAR or USER IMAGE row for settings where you would let the user click on the image to go to an image picker? I can handle the picker but not sure how to get a button of size X:Y as a row?
The text was updated successfully, but these errors were encountered: