- Added api for username check

- Added checks and error for the name, username and password
- On gender select adding values to the post reg struct.
- Handled the interest selection into a array to post to the reg struct
- Finalised the Age Select vc with gender select, date select, interest select
- Added Avatar API
This commit is contained in:
2024-05-08 19:36:20 +05:30
parent 3c69db0032
commit d6624b8de7
18 changed files with 714 additions and 73 deletions

View File

@@ -15,6 +15,8 @@ target 'WOKA' do
pod 'CollectionViewCenteredFlowLayout'
pod 'SDWebImage'
# Bottom line is for removing IPHONEOS_DEPLOYMENT_TARGET
post_install do |installer|
installer.generated_projects.each do |project|