06 2015 档案

摘要:- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{ return 0.0;}- (CGFloat)tableView:(UITableView *)tableVie... 阅读全文
posted @ 2015-06-24 14:54 朋克 阅读(753) 评论(0) 推荐(0)
摘要:错误信息类似:C:\Users\WindowsSucks\AndroidStudioProjects\MMMeds\app\build\intermediates\exploded-aar\com.android.support\appcompat-v7\21.0.0\res\values-v11\... 阅读全文
posted @ 2015-06-23 10:19 朋克 阅读(934) 评论(0) 推荐(0)
摘要:1.定位定位使用CoreLocation库,引入CoreLocation/CoreLocation。创建CLLocationManager对象,使用startUpdatingLocation方法开始更新位置信息。_mgr = [[CLLocationManager alloc] init];[_mg... 阅读全文
posted @ 2015-06-05 17:25 朋克 阅读(306) 评论(0) 推荐(0)
摘要:#define iPhone5 ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(640, 1136), [[UIScreen mainScreen] curren... 阅读全文
posted @ 2015-06-05 14:20 朋克 阅读(450) 评论(0) 推荐(0)