ucladevx / Bruin-Bite-iOS

Mozilla Public License 2.0
8 stars 1 forks source link

Add profile picture support #120

Closed HirdayGupta closed 5 years ago

HirdayGupta commented 5 years ago

Start by simply implementing a a very simple "UIImagePickerController" which lets a user pick one image at a time in the CreateProfileViewController screen.

Will add details for pushing this image to the network soon, and will join you in working on pushing the image to S3.

HirdayGupta commented 5 years ago

@kamalca update: it appears that the UIImagePickerController has already been implemented.

HirdayGupta commented 5 years ago

Note: this issue is going to involve manually adding in networking and UI code to download and/or display the profile picture everywhere we have ignored it until now.

HirdayGupta commented 5 years ago

Closed in favor of #128