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

浙公网安备 33010602011771号