anitab-org / mentorship-ios

THIS PROJECT IS ARCHIVED. Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the iOS application of this project.
GNU General Public License v3.0
14 stars 28 forks source link

Xcode 12 UI fixes #151

Closed aaryankotharii closed 3 years ago

aaryankotharii commented 3 years ago

Description

Minor changes is code to fix UI bugs caused by SwiftUI 2.0 and to make sure UI is same as intended.

Fixes #141

Screenshots

Login SignUp Home
Login SignUp Home
Request Detail Profile Profile Editor
RequestDetail Profile Editor
Members Search Member Detail Send Request
Search MemberDetail SendRequest
Settings About Change Password
Settings About ChangePassword

Type of Change:

Delete irrelevant options.

Code/Quality Assurance Only

How Has This Been Tested?

Tested with Xcode simulator. ( iOS 14 )

Checklist:

Delete irrelevant options.

Code/Quality Assurance Only

aaryankotharii commented 3 years ago

@yugantarjain, I cant test UI for relationView as I am unable to create a new account. I am getting status code 500 in signup response . Here is the requestBody:

SignUpUploadData(name: "AARYAN K", username: "Aaryank", password: "12345678", email: "aaryan.kothari2019@vitstudent.ac.in", tncChecked: true, needMentoring: true, availableToMentor: false)