In some apps I see the ability to select a photo size of: small, medium, large, or actual size. My app only needs the small size and I want it to be fast for the user, so does anyone know a way to automatically select the small size and upload that pic? Or, alternatively, to give the user the choice as I have seen elsewhere?
Thanks!
1 Answer
There really isn't any built in functionality for this so you'd have to do the image manipulation yourself. You may think about using the toImage() method of a ui view to resize and upload the image at different sizes, or just the one that you want.
Your Answer
Think you can help? Login to answer this question!