Slide 5
Slide 5 text
Parse URL in AppDelegate (Old way)
- AppDelegateͷapplication(_:, open:, options:)
- Ҏલ·ͰURLͷใ͜ͷؔʹ͞ΕΔ
// application(_:, open:, options:) -> Bool
func application(_ app: UIApplication, open url: URL, ...) -> Bool {
// Write down URL Parsing Procedure ...
return true
}