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.
The intend is to set the boundaries of the map to focus on all the markers. The ‘GMSMapView‘ class used to have a method ‘markers‘… Read More »iOS Google Maps: Set Camera to show all Markers
Using the interface builder i created a custom ‘UITableViewCell’ named ‘MyCustomCellNib’, with a
custom class file ‘MyCustomCell’ inherited from ‘UITableViewCell’.
This is code i used to load the cell with the nib.
For Swift tutorial, See: Swift + XCode 6 + iOS 8 + JSON iOS Login Screen tutorial : XCode 5 + ios 7 + Storyboard… Read More »iOS Login Screen tutorial : XCode 5 + ios 7 + Storyboard + JSON