Skip to content

Instantly share code, notes, and snippets.

@PauloLeon
PauloLeon / BaseDeepLink1.swift
Last active August 17, 2017 15:30
the methods for object
init(originLocation : CLLocationCoordinate2D, destinationLocation:CLLocationCoordinate2D, originAddress: String, destinationAddress: String, urlProtocol: String){
self.originLocation = originLocation
self.destinationLocation = destinationLocation
self.destinationAddress = dropoffFormattedAddress
self.originAddress = originAddress
self.urlProtocol = urlProtocol
}
func deepLink() {
if let appURL = finalURL {
@PauloLeon
PauloLeon / BaseDeepLink.swift
Last active August 17, 2017 15:30
piece of code for my Medium post about DeepLinks