- Removed the pod for center collection view. Now instead of library i have created a custom flowlayout

- Added the Forgot password otp send api.
- Done the error handling and navigation for the same.
- Added api for password updated.
- Added necessary Checks for the password.
- Fixed the versioning issue of the centered flow layout. Also fixed the errors, for the complex calculations , splitted the calculations to avoid crash.
This commit is contained in:
Bilal
2024-05-10 20:43:57 +05:30
parent 3f2899b9a3
commit ecfa31b57f
14 changed files with 451 additions and 76 deletions

View File

@@ -8,14 +8,13 @@ target 'WOKA' do
pod 'IQKeyboardManagerSwift', '~> 7.0.2'
# GIF Animations
pod 'lottie-ios'
pod 'lottie-ios', '~> 4.4.1'
#Network call
pod 'Alamofire'
pod 'Alamofire' , '~> 5.9.1'
pod 'CollectionViewCenteredFlowLayout'
pod 'SDWebImage'
# Image Loading & Caching
pod 'SDWebImage', '~> 5.19.1'
# Bottom line is for removing IPHONEOS_DEPLOYMENT_TARGET
post_install do |installer|