2017年1月11日
摘要: dao.h文件: .m文件: 文件结构: 文件另外上传! 阅读全文
posted @ 2017-01-11 15:21 麦芽呀~ 阅读(280) 评论(0) 推荐(0) 编辑
摘要: //进入按钮 UIButton *enterMainButton = [[UIButton alloc] initWithFrame:CGRectMake(65, self.PageHeight-120,250 , 45)]; enterMainButton.layer.borderWidth = 1; enterMainButton.layer.cornerRadius... 阅读全文
posted @ 2017-01-11 15:15 麦芽呀~ 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 头文件引入: 使用时直接调用就可以了. 阅读全文
posted @ 2017-01-11 15:12 麦芽呀~ 阅读(136) 评论(0) 推荐(0) 编辑
摘要: UITapGestureRecognizer *labelTapGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(labelClick)];[self.UserRate a 阅读全文
posted @ 2017-01-11 15:09 麦芽呀~ 阅读(444) 评论(0) 推荐(0) 编辑