今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:
移动开发 时间:
2014-04-30 00:57:28
阅读次数:
757
View Code 1 2 5 6 7 8 9 10
分类:
其他好文 时间:
2014-04-30 00:43:03
阅读次数:
462
http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8chttp://iphone.apkbus.com/www.itcast.cn
//博客http://blog.csdn.net/cutesource/article/details/...
分类:
移动开发 时间:
2014-04-30 00:29:45
阅读次数:
636
可能你很难相信,UIScrollView和一个标准的UIView差异并不大,scroll
view确实会多一些方法,但这些方法只是UIView一些属性的表面而已。因此,要想弄懂UIScrollView是怎么工作之前,你需要了解
UIView,特别是视图渲染过程的两步。光栅化和组合渲染过程的第一部分是...
分类:
其他好文 时间:
2014-04-30 00:16:23
阅读次数:
521
package com.szy.service;import
android.app.Service;import android.content.Intent;import
android.os.IBinder;import android.util.Log;public class Exampl...
分类:
其他好文 时间:
2014-04-30 00:10:08
阅读次数:
510
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx
3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:
其他好文 时间:
2014-04-30 00:09:07
阅读次数:
693
protected void onCreate(Bundle
savedInstanceState);protected void onStart();protected void
onRestart();protected void onResume();protected void onPaus...
分类:
其他好文 时间:
2014-04-29 23:53:49
阅读次数:
688
1、自定义Back按钮iOS中很多时候我们都会自定义返回按钮,也是一件easy的事,类似如下:
1 - (void)showNavBackButton 2 { 3 UIButton *backButton = [UIButton
buttonWithType:UIButtonTypeCust...
分类:
移动开发 时间:
2014-04-29 23:38:27
阅读次数:
1253
package com.szy.activity;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.util.Log;import android.vie...
分类:
其他好文 时间:
2014-04-29 23:35:22
阅读次数:
590