- 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:
9
Podfile
9
Podfile
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user