Skip to content

Instantly share code, notes, and snippets.

View radekcieciwa's full-sized avatar

Radosław Cięciwa radekcieciwa

  • Brainly.com
  • Kraków
View GitHub Profile
@radekcieciwa
radekcieciwa / UniversalLinkExample.swift
Last active July 19, 2017 09:34
Answer is easy if you debug the code. But it can be tricky to catch by eye. Will it create a entity for this URL = "https://abc.com/aa" ? You can find an answer here: https://bugs.swift.org/browse/SR-2176
struct UniversalLink {
public enum Action {
case none
case landto
}
public let action: Action
// Will it create a entity for this URL = "https://abc.com/aa"?