摘要: 第一步设置URL Types Identifier 随便设置,URL Schemes 是在跳转的时候会用到。 URL 等于 URL Schemes + :// NSURL * myURL_APP_A = [NSURL URLWithString:@"DrivingAssistant://"]; if 阅读全文
posted @ 2016-06-20 14:00 杨大龙dalong 阅读(3170) 评论(0) 推荐(0) 编辑