class ViewController: UIViewController { @IBOutlet weak var userNameTF: UITextField ...
Read More
Showing posts with label swift. Show all posts
Showing posts with label swift. Show all posts
Time and date formatter in swift 4
import UIKit class TimeDateController: UIViewController { @IBOutlet weak var timeLabel: UILabel ! ...
Read More
for waypoints in googlemaps (swift)
func callWebService(){ for i in 0 ..< viaStationLongitude_Array . count { let ...
Read More
json serialization (swift)
//declaration //string var toLocation: String = "" //array var viaStationPlace_Array : NSArray ...
Read More
Image Fit to background Screen (swift)
UIGraphicsBeginImageContext ( self . view . frame . size ) UIImage (named: "background.png" )?. drawInRect ( self . vi...
Read More
polyline in subview (googlemaps) (swift)
func callWebService(){ let url = NSURL (string: "https://maps.googleapis.com/maps/api/directions/json?origin= \ ( 17.42...
Read More
dismiss view controller (swift)
//Dismiss View Controller self . dismissViewControllerAnimated ( true , completion: nil )
Read More
Polyline in GoogleMaps (swift)
func callWebService(){ let url = NSURL (string: "https://maps.googleapis.com/maps/api/directions/json?origin...
Read More
Subscribe to:
Posts (Atom)