码迷,mamicode.com
首页 >  
搜索关键字:scroll bar    ( 8099个结果
iOS7下status bar相关问题的解决方法
转载自:http://blog.csdn.net/volcan1987/article/details/14227313iOS7里status bar的实现跟iOS6下有写不一样,前段时间碰到了这个问题,今天总结下首先网上有很多解决办法,但是有些我觉得并没有按照苹果的思路来,比如把UIViewCon...
分类:移动开发   时间:2014-08-08 20:48:36    阅读次数:233
iOS 修改状态栏颜色
1.首先,苹果把UIViewControllerBasedStatusBarAppearance默认的值设为YES,是有他的道理的,新系统下,苹果希望我们的viewcontroller去控制status bar,也就是说,我们大多数的界面应该是统一的,偶尔一些viewcontroller需要stat...
分类:移动开发   时间:2014-08-08 20:40:06    阅读次数:226
在iOS7中修改状态栏字体的颜色
状态栏的字体为黑色:UIStatusBarStyleDefault  状态栏的字体为白色:UIStatusBarStyleLightContent 一、在info.plist中,将View controller-based status bar appearance设为NO 状态栏字体的颜色只由下面的属性设定,默认为白色: // default is UIStatu...
分类:移动开发   时间:2014-08-08 18:14:36    阅读次数:250
Background的5个基本属性
background-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:其他好文   时间:2014-08-08 17:49:36    阅读次数:306
Echart饼图、柱状图、折线图(pie、bar、line)添加点击事件
var myChart= echarts.init(document.getElementById('myChart'));            myChart.on('click', function (param) {                        alert('点击了我!');             }); Echart事件参数可以去config.js查找...
分类:其他好文   时间:2014-08-08 12:49:45    阅读次数:772
[leetcode]Trapping Rain Water
Trapping Rain WaterGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to tr...
分类:移动开发   时间:2014-08-08 12:30:45    阅读次数:193
jqGrid实现虚拟滚动和合并单元格
如图:关键点:1.scroll: 1, //虚拟滚动,解决大数据一次性加载慢的问题,同时解决分页2.function merge(names)//自定义函数$(function () { //查询 $("#querybtn").click(function () { ...
分类:其他好文   时间:2014-08-07 21:38:40    阅读次数:297
IBM Cognos BI Charts basic
IBM Cognos BI包含以下类型的图:Column charts:柱形图表(柱状图),柱形图一般表示量的多少Line charts:线形图表(折线图)Pie charts:饼图Bar charts:直方图,直方图是用矩形的宽度和高度来表示频数分布的图形Area chart:面积图Point c...
分类:其他好文   时间:2014-08-07 15:37:20    阅读次数:303
Android学习路线(八)为Action bar添加action按钮
Action bar允许你为与当前应用上下文相关的最重要的action items添加action按钮。那些直接显示在action bar上的icon或者文字都被称作action buttons。那些不适合action bar或者不是那么重要的Actions将会被隐藏在action overflow(译者注:action bar最右侧的垂直的三个点)里。...
分类:移动开发   时间:2014-08-07 03:08:28    阅读次数:409
Android学习路线(九)为Action Bar添加Style
The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:移动开发   时间:2014-08-07 03:07:49    阅读次数:605
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!