上一页 1 ··· 6 7 8 9 10 11 12 下一页
  2017年1月9日
摘要: [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 麦芽呀~ 阅读(247) 评论(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 麦芽呀~ 阅读(226) 评论(0) 推荐(0) 编辑
摘要: push返回按钮样式: 自由点击事件: 创建左右导航栏按钮,搜索与个人中心: 阅读全文
posted @ 2017-01-09 17:08 麦芽呀~ 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 带导航栏的Push跳转: 不带导航栏的present跳转: 阅读全文
posted @ 2017-01-09 17:03 麦芽呀~ 阅读(190) 评论(0) 推荐(0) 编辑
  2016年12月11日
摘要: 1.标签形导航 2.胶囊型导航: 3.垂直堆叠形导航: 4.导航加下拉菜单: 5.导航列表: 6.可切换的标签导航: 阅读全文
posted @ 2016-12-11 17:29 麦芽呀~ 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-11 16:19 麦芽呀~ 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 1.搜索表单: 2.行内表单: 3.水平表单: 4.输入框: 5.表单控件状态: 6.按钮的样式: 阅读全文
posted @ 2016-12-11 16:18 麦芽呀~ 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.内联子标题 2.强调段落:<h2 class="lead">强调段落</h2> 3.强调内容: 4.粗体:<b>或者<strong> 斜体:<em>或<i> 5.列表相关: 6.表格类.table 表格类.table-striped 表格类.table-bordered 表格类.table-ho 阅读全文
posted @ 2016-12-11 15:03 麦芽呀~ 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-11 14:44 麦芽呀~ 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1.到官网下载:http://v2.bootcss.com 2.下载后是一个压缩文件,把它放在相应的工作目录下,然后解压. 3.新建一个测试文件,然后导入两个文件. 阅读全文
posted @ 2016-12-11 14:43 麦芽呀~ 阅读(382) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页