摘要:
dao.h文件: .m文件: 文件结构: 文件另外上传! 阅读全文
摘要:
//进入按钮 UIButton *enterMainButton = [[UIButton alloc] initWithFrame:CGRectMake(65, self.PageHeight-120,250 , 45)]; enterMainButton.layer.borderWidth = 1; enterMainButton.layer.cornerRadius... 阅读全文
摘要:
头文件引入: 使用时直接调用就可以了. 阅读全文
摘要:
UITapGestureRecognizer *labelTapGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(labelClick)];[self.UserRate a 阅读全文