2020年5月18日

ios判断微博是否安装

摘要: if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"Sinaweibo://"]]) { NSLog(@"安装了微博"); } else { NSLog(@"没有安装微博"); } 有还原到最开始的样子,这 阅读全文

posted @ 2020-05-18 12:18 高彰 阅读(460) 评论(0) 推荐(0) 编辑

导航