iPhone Development 101: Objective-C: Custom URL Schemes

iPhone Development 101: Objective-C: Custom URL Schemes

瀏覽:763
日期:2025-11-15
Parsing the Custom URL There are several parts to a URL: scheme://host/path?query The parts to the URL can be retrieved through the NSURL object that is passed into the application:handleOpenURL method. If you have a fairly simple URL naming scheme and .....看更多