snapshotViewAfterScreenUpdatesThis method very efficiently captures the current rendered appearance of a view and uses it to build a new snapshot view...
分类:
其他好文 时间:
2014-07-02 20:07:46
阅读次数:
166
The default music player on Debian 7.0 is Rhythmbox. At the first look, its appearance seems not so bad. Although it has the problem of displaying Chi...
分类:
系统相关 时间:
2014-06-30 13:15:51
阅读次数:
406
Tote bags are usually described in a general way, but they are really detailed picture of the bear style appearance. These three major reasons define ...
分类:
其他好文 时间:
2014-06-27 17:37:31
阅读次数:
158
自定义了TabBarController 之后必须实现以下方法才能避免报错-(void)viewWillAppear:(BOOL)animated{ [self.selectedViewController beginAppearanceTransition: YES animated: an...
分类:
移动开发 时间:
2014-06-26 23:37:32
阅读次数:
320
大家刚接触写手机页面 或许都会遇到的修复iPhone的safari浏览器上submit按钮圆角bug修改前 修改后:在CSS中加 -webkit-appearance: none; 便可以解决。...
分类:
移动开发 时间:
2014-06-26 14:12:30
阅读次数:
272
-webkit-text-size-adjust:none;中文版chrome浏览器里字体显示仍为12px的bug-webkit-appearance: none;修复iphone圆角的bug-webkit-tap-highlight-color:rgba(0,0,0,0);去除手机点击蓝色背景-w...
分类:
移动开发 时间:
2014-06-26 00:28:28
阅读次数:
279
input标签中radio和checkbox这标签的原生效果让人无力吐槽,实在太丑。好在现在weibkit浏览器可以用-webkit-appearance:none;来改变自己的矮矬穷形象。radio标签使用场景1:很多图片下方的点点点,这样做的好处是用JS设置一个点为选中只要将这个元素的check...
分类:
其他好文 时间:
2014-06-25 13:27:38
阅读次数:
195
info.plist文件中,View controller-based status bar appearance项设为YES,则View controller对status bar的设置优先级高于application的设置。为NO则以application的设置为准,view controlle...
分类:
移动开发 时间:
2014-06-20 23:13:55
阅读次数:
346
应用中登陆界面颜色较浅,状态栏字体颜色为黑色,跳转到主界面之后,界面颜色较深,状态栏颜色随之变成白色。但是再重新返回登陆界面后,状态栏字体颜色并没有改成黑色,特别别扭。plist文件里将View
controller-based status bar appearance改为NO然后在view co...
分类:
移动开发 时间:
2014-06-16 09:06:09
阅读次数:
285
环境:cocos2d-x 2.1.5ios7.0在info.plist
添加UIViewControllerBasedStatusBarAppearance(View controller-based status bar
appearance) 设置为NO 即可
分类:
移动开发 时间:
2014-06-13 19:13:49
阅读次数:
355