05 2016 档案

摘要:如何检测应用更新? 你可以使用友盟等第三方工具,但如果你只想使用轻量级的方法,只需GET这个接口:http://itunes.apple.com/lookup?id=你的应用程序的ID,解析返回的json字符串就行。 阅读全文
posted @ 2016-05-31 17:24 tongyuling 阅读(329) 评论(0) 推荐(0)
摘要:uitableviewcell *cell = ((uitableviewcell *)[self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]); //区 和 行 自己传 阅读全文
posted @ 2016-05-30 17:23 tongyuling 阅读(150) 评论(0) 推荐(0)
摘要://存 NSArray *paths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES); NSString *path=[paths objectAtIndex:0]; NSLog(@"path 阅读全文
posted @ 2016-05-27 13:11 tongyuling 阅读(117) 评论(0) 推荐(0)
摘要:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString * cellID = @"cellID"; JWBespe 阅读全文
posted @ 2016-05-27 11:16 tongyuling 阅读(199) 评论(0) 推荐(0)
摘要:http://bbs.51cto.com/thread-1099956-1.html 阅读全文
posted @ 2016-05-23 13:12 tongyuling 阅读(116) 评论(0) 推荐(0)