SwiftUI: Create a Custom Navigation Bar
In this article we are not customizing a navigation view or a navigation stack. We are simply creating a custom View to be used as a navigation bar.
In this article we are not customizing a navigation view or a navigation stack. We are simply creating a custom View to be used as a navigation bar.
This tutorial will guide you to create a simple app with a Signup and Login screen which takes username and password from the user and… Read More »iOS Login and Signup Screen tutorial : Swift 2 + XCode 7 + iOS 9 + JSON
This tutorial will guide you to create a simple app with a Signup and Login screen which takes username and password from the user and then posts it to an url and parse the JSON response.
We will have three view controllers for this project, Signup, Login and Home.