自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 常用接口整理(慢慢补充)

获取屏幕宽高CGRect screenBounds = [ [ UIScreen mainScreen ] bounds ];挺多内容~~~http://www.iloss.me/

2011-08-31 11:09:05 434

转载 不让键盘挡住UITextField

第一个问题:当光标定位到UITextField进行输入时,键盘会盖住UITextField,无法看到输入的内容, 如何当UITextField得到焦点时,动态移动UITextField控件,而不让键盘挡住UITextField控件,就象iphone版本的QQ 登录界面一样,当输入

2011-08-30 07:17:15 1303

原创 png的格式

png开头 89 50 4E 47 png结尾 49 45 4E 44 AE 42 60 82

2011-08-24 07:19:30 744

转载 iphone开发常用代码 20110928

- (NSString *)URLEncodedString:(NSString *)string{    NSString *result = (NSString *)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorD

2011-08-22 16:45:37 902

原创 UIImagePickerController

UIImagePickerController:1. 有三种工作模式://打开图片库根目录选择UIImagePickerControllerSourceTypePhotoLibrary//使用相机选择UIImagePickerControllerSou

2011-08-22 16:29:16 1703

转载 字符串换行显示

NSString *string  = [NSString StringWithFormat:@"string"];//设置字符串显示长度,折行长度;CGSize size = [string sizeWithFont:font constrainedToSize:CGS

2011-08-18 14:11:08 1173

转载 一些Iphone sqlite 的包装类

相信很多人用iphone的Sqlite不会直接用C的方法,要么自己包装一层Object c的访问方法,要么用CoreData,下面我整理些目前所了结的一些Sqlite 包装类。 1.CoreData ,不用多说了,官方文档很多。2.FMDB  ,让你更熟悉使用Obje

2011-08-10 17:42:18 500

原创 [iphone][Debug] Previous frame inner to this frame (gdb could not unwind past this frame)

[iphone][Debug] Previous frame inner to this frame (gdb could not unwind past this frame)[出错提示]Debugger: Previous frame inner to thi

2011-08-04 18:46:57 1536

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除