当前位置:首页
> 第35页
iOS:TabBar的图片不显示,只显示灰色的正方形
问题:tabbar上的图片变成一块正方形的灰色块块,原先的图片没有了。原因:......
cc254x:不能打开cc254x_ubl_pp.js
参考文献:http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/77943.aspx ......
android动态改变ActionBar中MenuItem的图标
先调用方法:invalidateOptionsMenu();然后系统会自动回调方法:onPrepareOptionsMenu在onPrepareOptionsMenu中改变MenuItem的图标即可。......
Android Studio: This version of the rendering library is more recent than your version of Android Studio
Android Studio预览xml布局时,提示:This version of the rendering library is more recent than your version of Android Studio. Please update Android Studio......
itunes connect上传截图提示无法载入文件
itunes connect上传屏幕快照时,老提示“无法载入文件,请再试一次”。可以肯定:图片格式和尺寸没问题。而且如果这俩有问题的话,会有相关提示的。......
图像不能包含 alpha 通道或透明度
将app上传到应用市场时,都会要求提供app图标,但是上传时,有时候就会碰到:“图像不能包含 alpha 通道或透明度”如何解决这个问题呢?......
ios7与ios8 注册本地通知
// IOS8 新系统需要使用新的代码 if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 8.0) ......
object-c 函数前面加号和减号 +和-的区别
简单来说就是:加号 是可以通过类名直接调用这个方法;减号则要实例化逸个对象,然后通过实例化的对象来调用该方法!!......
监听viewcontroller进入后台
首先,要说明的是:ViewWillDisappear在进入后台的时候 不会 被触发监听Home键进入后台:......
