In order to view this lesson, you must purchase this course.
To wrap up the login and register process, let's go ahead and implement a very simple Sign Up page for our iOS application. This process is rather simple and straightforward. The only tricky bit of code is to send over our information through a POST request using Alamofire. Again, this networking library is extremely helpful in saving us from typing out raw URLSession code.