上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 98 下一页
摘要: 1,2,3,4,5, 阅读全文
posted @ 2013-08-03 10:40 路在脚下, 阅读(231) 评论(0) 推荐(0) 编辑
摘要: [selftimeArray];//item---->medicineArray+sugarCheckArray+referralArray---->commonarray--->sortedCommonArray ---->timeArray。。。sortedCommonArray ---->arrayFinal----->alarmarray 阅读全文
posted @ 2013-08-01 23:28 路在脚下, 阅读(160) 评论(0) 推荐(0) 编辑
摘要: - (void)scrollViewDidScroll:(UIScrollView *)scrollView;{ CGFloat y ; if (scrollView.contentOffset.y < 0) { y = scrollView.contentOffset.y; self.headerView.bgImageView.frame = CGRectMake(self.tableViewHeaderView.frame.origin.x, y - 1, 320, ORIGIN_HEIGHT - y); }} 阅读全文
posted @ 2013-08-01 17:19 路在脚下, 阅读(159) 评论(0) 推荐(0) 编辑
摘要: UISwipeGestureRecognizer * leftRecognizer = [[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(segmentButtonClick:)]; leftRecognizer.direction = UISwipeGestureRecognizerDirectionRight; leftRecognizer.cancelsTouchesInView = YES; UISwipeGestureRecognizer * rightRecognizer = [[U... 阅读全文
posted @ 2013-08-01 15:05 路在脚下, 阅读(145) 评论(0) 推荐(0) 编辑
摘要: self.commonTableView.tableHeaderView = self.tableViewHeaderView; 阅读全文
posted @ 2013-08-01 14:15 路在脚下, 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-08-01 13:23 路在脚下, 阅读(121) 评论(0) 推荐(0) 编辑
摘要: - (void)scrollViewDidScroll:(UIScrollView *)scrollView;{ TTLog(@"offset %f%f",scrollView.contentOffset.x,scrollView.contentOffset.y); CGFloat y ; if (scrollView.contentOffset.y < 0) { y = scrollView.contentOffset.y; self.headerView.bgImageView.frame = CGRectMake(self.tableViewHeaderView 阅读全文
posted @ 2013-07-31 15:25 路在脚下, 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-31 14:51 路在脚下, 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-31 14:33 路在脚下, 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1,用药,血糖检测,复诊, 它们的 内容在一个数组里面,因此 item需要 记住很多东西,type,每个类型的 count,何时到最好一个了,而现在 出现的 问题是 用药 又分了,不能仅仅 用 type 来区分了,还要 再 细分一次 就是 药名,而每个药 也是在一个 统一的数组里面放着,因此 要区分何时 轮到下一个了,现在判断的方式 是看下一个跟之前的一个一样不一样,跟 航服 那个索引是 一样的,同时 还要重新 设置高度,orginy,medicineHeight, 其实 有三个height的,一个 是 窄条条的 height,一个是 以药为单位的 height,一个是 所有 药的 heigh 阅读全文
posted @ 2013-07-30 22:02 路在脚下, 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 98 下一页