Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need to solve this Question in swift language with alamofire library only only only by xcode program -Create an app that contains a login
I need to solve this Question in swift language with alamofire library only only only by xcode program
-Create an app that contains a login page with two text fields email and password. -the first view should contain a login title, two text fields, and a login button -when you press the login button the API of the login should be called URL: https://reqres.in/api/login, with parameters: { "email": "eve.holt@reqres.in", "password": "cityslicka" } -if the login is success then forward -if the login is failed then alert sh here is sample of response that retur { "token": "QpwL5tke4Pnpja7X4" } here is sample of response that retur "error": "Missing password" }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started