2013年12月3日

在 iOS 应用中直接跳转到 AppStore 的方法

摘要: 在 iOS 应用中直接跳转到 AppStore 的方法找到应用程序的描述链接,比如:http://itunes.apple.com/gb/app/yi-dong-cai-bian/id391945719?mt=8然后将 http:// 替换为itms:// 或者itms-apps://:itms://itunes.apple.com/gb/app/yi-dong-cai-bian/id391945719?mt=8itms-apps:// itunes.apple.com/gb/app/yi-dong-cai-bian/id391945719?mt=8然后打开这个链接地址:[[UIApplica 阅读全文

posted @ 2013-12-03 18:06 Hai_阔天空 阅读(401) 评论(0) 推荐(0)

ios 让两个tableView同时处于选中状态

摘要: 1 - (void)tableView:(UITableView *)tableView didHighlightRowAtIndexPath:(NSIndexPath *)indexPath 2 { 3 [_listTableView selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITableViewScrollPositionNone]; 4 [_titleTableView selectRowAtIndexPath:indexPath animated:NO scrollPosition:UITab... 阅读全文

posted @ 2013-12-03 15:05 Hai_阔天空 阅读(382) 评论(0) 推荐(0)

导航