ucladevx / Bruin-Bite-iOS

Mozilla Public License 2.0
8 stars 1 forks source link

Add edit profile screen #135

Closed HirdayGupta closed 5 years ago

HirdayGupta commented 5 years ago

~Continue work on the edit-profile branch.~

~Start by reverting 97042db (which removed the segue from the edit profile button to the edit profile VC and added a coming soon popup). This should be simple as running git revert 97042db.~

Start by branching from development. Now re-add the segue from the edit profile button to the edit profile VC and remove the function didPressEditProfile from ProfileViewController.swift (line 94).

Now you can work on making the edit profile screen look like this zeplin. Note that I don't think you need a scroll view here - just a stack view should be fine.

Also ensure that the desired network behavior is executed - you should no longer need the password field.