This article will show you how to create a custom image from combination of background image and text over it (= draw text on image) and use it as a Google Maps Marker icon in GMSMarker object. There is a lot of ways to...
Tag - swift
Swift 3 XML Parser (from URL to custom objects)
I will be explaining how to create an XML parser, parse a simple XML document from URL and convert it into objects in Swift 3. Since I have been learning iOS lately and have not found a clear answer with a good...