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) 编辑