首先比较一下,把ViewController当作导航的根试图控制器, Object-c的方法
SZMyViewController *mVC = [[SZMyViewControlleralloc] init];
UINavigationController *nav = [[UIN...
分类:
移动开发 时间:
2014-06-09 17:52:44
阅读次数:
307
if (IS_IOS7()) { // NavigationBar 颜色
[[UINavigationBar appearance] setBarTintColor:HexColor(0xffffff)]; } else {
self.nav...
分类:
移动开发 时间:
2014-06-06 15:48:39
阅读次数:
283
IOS开发UI篇—导航控制器属性和基本使用一、导航控制器的一些属性和基本使用1.把子控制器添加到导航控制器中的四种方法(1)1.创建一个导航控制器
UINavigationController *nav=[[UINavigationControlleralloc]init];2.设置导航控制器为w....
分类:
移动开发 时间:
2014-06-05 17:42:40
阅读次数:
378
效果如下:
页面如下:
ul, ol {
list-style: none outside none;
}
.nav-wrap {
width:100%;
height: 50px;
}
.float-navbar {
border-bottom: 1px solid #F3F3F3;
margin: 0;
padding: 0...
分类:
Web程序 时间:
2014-05-31 23:14:24
阅读次数:
619
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper
页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column
中间内容:center导航导航:nav 导航:mainba...
分类:
Web程序 时间:
2014-05-27 01:32:59
阅读次数:
374
常用的CSS命名规则头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体佈局宽度:wrapper左右中:left
right center登录条:loginbar标志:logo广告:banner页面主体:main热...
分类:
Web程序 时间:
2014-05-27 01:25:49
阅读次数:
405
1.设置tabbar背景颜色1 NSArray *controllers = [NSArray
arrayWithObjects:nav_main,nav_channle,nav_me, nil];2
_tabController.viewControllers = controllers;...
分类:
移动开发 时间:
2014-05-26 17:59:15
阅读次数:
286
用jquery实现的一个超级简单的下拉菜单。
效果图
初始效果
鼠标悬浮效果
代码
nav a {
text-decoration: none;
}
nav > ul > li {
float: left;
text-align: center;
padding: 0 0.5em;
}
nav li ul.sub-menu {
...
分类:
Web程序 时间:
2014-05-18 10:48:11
阅读次数:
522
div+css命名规则-增强SEO页头:header登录条:loginBar标志:logo侧栏:sideBar广告:banner导航:nav子导航:subNav菜单:menu子菜单:subMenu搜索:search滚动:scroll页面主体:main内容:content标签页:tab文章列表:lis...
分类:
Web程序 时间:
2014-05-17 19:50:40
阅读次数:
415
设置Navigation Bar 透明
getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);或者Theme中添加 true
/**
* Convenience function to set the flag bits as specified in flags, as
...
分类:
移动开发 时间:
2014-05-15 18:15:56
阅读次数:
631