上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 98 下一页
摘要: 阅读全文
posted @ 2013-09-07 13:49 路在脚下, 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-09-07 13:30 路在脚下, 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-09-07 13:21 路在脚下, 阅读(100) 评论(0) 推荐(0) 编辑
摘要: NSArray *temp = [TagItemInfo tagItemsArray:JSON]; if (temp.count == 0) { [self showToast:@"未找到匹配的数据!"]; return ; } tagsInfoArray = [TagItemInfo tagItemsArray:JSON]; 阅读全文
posted @ 2013-09-07 10:16 路在脚下, 阅读(106) 评论(0) 推荐(0) 编辑
摘要: private void getWeiboList(JSONObject json) throws JSONException { org.json.JSONArray jsonArray = json.getJSONArray("data");//第一个data if (jsonArray != null && jsonArray.length() > 0) { for (int i = 0; i 0) { for (int j = 0; j < jsonarray.length(); j++) {//一个榜的集合 jsona = json.. 阅读全文
posted @ 2013-09-05 17:30 路在脚下, 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-09-05 17:19 路在脚下, 阅读(147) 评论(0) 推荐(0) 编辑
摘要: -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{ self.sectionHeaderView = [[[UINibnibWithNibName:@"SectionHeaderView"bundle:nil]instantiateWithOwner:selfoptions:nil]objectAtIndex:0]; if (worksInfoArray.count > 0) { WorksInfo *workInfo = [worksInfo 阅读全文
posted @ 2013-09-05 14:32 路在脚下, 阅读(188) 评论(0) 推荐(0) 编辑
摘要: if (worksInfoArray.count > 0) {if (worksInfoArray) { 阅读全文
posted @ 2013-09-05 14:29 路在脚下, 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1,viewdidload ,安装xib大小加载-----viewwillappear,layoutsubviews,布局view伸缩以下,或者变大或者变小-----》再向上面添加的 时候 必须 设置 frame,因为 之前的 已经固定,不会再调用 layoutsubviews也不会自动伸缩了,根据 xib的设置,因此需要手动设置 frame大小,让 子view的大小 跟父view的大小一致, 2,拉伸的设置,对上不变,对下不变, self.transactionView.frame = CGRectMake(0, 0, self.footView.frame.size.width, sel. 阅读全文
posted @ 2013-09-04 11:24 路在脚下, 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 一个view长在另一个view上,要设置frame;距离上面不变还是距离下面不变要看好,上定植下定植以上面为准 阅读全文
posted @ 2013-09-03 23:28 路在脚下, 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 98 下一页