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… Read More »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… Read More »SwiftUI: Create a Custom 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… Read More »iOS Login and Signup Screen tutorial : Swift + XCode 6 + iOS 8 + JSON
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… Read More »iOS: Load custom UITableViewCell with 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