转载自:http://blog.csdn.net/volcan1987/article/details/14227313iOS7里status bar的实现跟iOS6下有写不一样,前段时间碰到了这个问题,今天总结下首先网上有很多解决办法,但是有些我觉得并没有按照苹果的思路来,比如把UIViewCon...
分类:
移动开发 时间:
2014-08-08 20:48:36
阅读次数:
233
1.首先,苹果把UIViewControllerBasedStatusBarAppearance默认的值设为YES,是有他的道理的,新系统下,苹果希望我们的viewcontroller去控制status bar,也就是说,我们大多数的界面应该是统一的,偶尔一些viewcontroller需要stat...
分类:
移动开发 时间:
2014-08-08 20:40:06
阅读次数:
226
状态栏的字体为黑色:UIStatusBarStyleDefault
状态栏的字体为白色:UIStatusBarStyleLightContent
一、在info.plist中,将View controller-based status bar appearance设为NO
状态栏字体的颜色只由下面的属性设定,默认为白色:
// default is UIStatu...
分类:
移动开发 时间:
2014-08-08 18:14:36
阅读次数:
250
background-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:
其他好文 时间:
2014-08-08 17:49:36
阅读次数:
306
var myChart= echarts.init(document.getElementById('myChart'));
myChart.on('click', function (param) {
alert('点击了我!');
});
Echart事件参数可以去config.js查找...
分类:
其他好文 时间:
2014-08-08 12:49:45
阅读次数:
772
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
如图:关键点:1.scroll: 1, //虚拟滚动,解决大数据一次性加载慢的问题,同时解决分页2.function merge(names)//自定义函数$(function () { //查询 $("#querybtn").click(function () { ...
分类:
其他好文 时间:
2014-08-07 21:38:40
阅读次数:
297
IBM Cognos BI包含以下类型的图:Column charts:柱形图表(柱状图),柱形图一般表示量的多少Line charts:线形图表(折线图)Pie charts:饼图Bar charts:直方图,直方图是用矩形的宽度和高度来表示频数分布的图形Area chart:面积图Point c...
分类:
其他好文 时间:
2014-08-07 15:37:20
阅读次数:
303
Action bar允许你为与当前应用上下文相关的最重要的action items添加action按钮。那些直接显示在action bar上的icon或者文字都被称作action buttons。那些不适合action bar或者不是那么重要的Actions将会被隐藏在action overflow(译者注:action bar最右侧的垂直的三个点)里。...
分类:
移动开发 时间:
2014-08-07 03:08:28
阅读次数:
409
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