上一页 1 ··· 5 6 7 8 9 10 11 下一页
  2017年2月16日
摘要: 来自:http://www.jianshu.com/p/9ded120cb5d2 (一)使用NavigationViewController进行页面跳转时,应该使用pushViewController方法来跳转至下一页面,这样的话,下一页面同样在NavigationViewController容器中 阅读全文
posted @ 2017-02-16 16:45 麦芽呀~ 阅读(149) 评论(0) 推荐(0) 编辑
  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) 编辑
  2017年1月9日
摘要: 效果图: 阅读全文
posted @ 2017-01-09 17:24 麦芽呀~ 阅读(258) 评论(0) 推荐(0) 编辑
摘要: [self rankWithTotalColumns:2 andWithAppW:180 andWithAppH:170]; //九宫格布局 - (void)rankWithTotalColumns:(int)totalColumns andWithAppW:(int)appW andWithAppH:(int)appH{ //总列数 int _totalColumns = t... 阅读全文
posted @ 2017-01-09 17:11 麦芽呀~ 阅读(246) 评论(0) 推荐(0) 编辑
摘要: //创建uiscrollview self.PageHeight = self.view.bounds.size.height; self.PageWidth = self.view.bounds.size.width; self.scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, ... 阅读全文
posted @ 2017-01-09 17:10 麦芽呀~ 阅读(225) 评论(0) 推荐(0) 编辑
摘要: push返回按钮样式: 自由点击事件: 创建左右导航栏按钮,搜索与个人中心: 阅读全文
posted @ 2017-01-09 17:08 麦芽呀~ 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 带导航栏的Push跳转: 不带导航栏的present跳转: 阅读全文
posted @ 2017-01-09 17:03 麦芽呀~ 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页