码迷,mamicode.com
首页 >  
搜索关键字:bottom bar    ( 10976个结果
Set Aside A Budget Just To Buy Some High Quality Bags
Keeps it intact, and only the handle bar can all be sure to be there. So there is no risk of losing side. After binding to the tool belt and nails can...
分类:其他好文   时间:2014-08-25 13:06:44    阅读次数:243
android_重写button样式
这种button样式应该源自IOS,如果安卓上实现,则需要使用android上面的layer-list来实现。其实layer-list有点像framlayout,作用就是覆盖。 先说一下实现原理:先画一个矩形,就是我们所看到的红色边框。然后再画一个矩形将白色背景覆盖上面,设置android:left | right | top |bottom值,可以实现边框的大小。然后在button里面...
分类:移动开发   时间:2014-08-25 11:58:04    阅读次数:160
话说APP,
开发流程:一,创建项目二,创建文件夹,分层(vc,m)三,添加需要的库四,搭建骨架,1,基类2,导航类:navigation controller,tab bar controller3,工具类4,网络请求类五,开发(分层一层一层开发,专门负责解析层,专门负责表现层;还是垂直开发,从解析到前台显示)...
分类:移动开发   时间:2014-08-25 11:26:54    阅读次数:250
iOS7状态栏字体颜色修改
iOS7中,默认的状态栏字体颜色是黑色的,如何修改为其它颜色呢?1、在项目的*info.plist中增加View controller-based status bar appearance 属性,并设置值为NO2、在代码的viewDidLoad中增加如下代码,此处设置为白色字体1 - (void)...
分类:移动开发   时间:2014-08-24 16:34:02    阅读次数:199
Tint Color的理解和APP简单的主题化
自从iOS7,UIView有了一个新的属性tintColor,它是用来在视觉上说明屏幕上哪些控件是活跃的或者有相关的活动。例如bar button items和tab bar items默认使用tintColor。如果一个view没有显示地指定tintColor,它将继承父视图的tintColor,因此在整个视图层次结构中将有一个连锁反应。最简单的情况是你可以通过一行代码来给整个APP指定一个颜色主题...
分类:移动开发   时间:2014-08-24 00:23:49    阅读次数:430
Echart饼图、柱状图、折线图(pie、bar、line)加入点击事件
var myChart= echarts.init(document.getElementById('myChart')); myChart.on('click', function (param) { alert('点击了我!'); });Echart事件參数能够去config.js查找
分类:其他好文   时间:2014-08-23 22:49:31    阅读次数:817
用Storyboard构建标签栏多页面应用程序UI
主要内容 标签栏多视图和导航栏多视图的区别 用Storyboard构建标签栏多视图应用程序   简述 标签栏应用程序是一种多视图应用程序,它在屏幕底端显示一行按钮,称为标签栏(tab bar)。单机某个按钮就会激活一个新的视图控制器(标签页),并显示一个新视图,同时底部任然保留着标签栏。如下图所示的3个标签栏。   另一种常见的多视图iPhone应用程序是基于导航的应用程序,...
分类:其他好文   时间:2014-08-23 21:44:51    阅读次数:300
Triangle
Triangle  Total Accepted: 16109 Total Submissions: 60327My Submissions Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row...
分类:其他好文   时间:2014-08-23 16:54:11    阅读次数:253
iPhone图片拉伸:resizableImageWithCapInsets
1 [[UIImage imageNamed:@"button_textured_30"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 5, 0, 5)];其中Insets这个参数的格式是(top,left,bottom,right),从上、左、下...
分类:Windows程序   时间:2014-08-23 09:59:40    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!