- 博客(10)
- 资源 (1)
- 收藏
- 关注
转载 ios自定义输出格式
方便调试,打印方便//DLog will output like NSLog only when the DEBUG variable is set#ifdef DEBUG# define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);#e
2013-07-27 11:13:11 664
转载 ios 开发 调用系统设置项
ios 开发 调用系统设置项在iOS应用程序中打开设备设置界面及其中某指定的选项界面 [[UIApplicationsharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General"]]; [[UIApplicationsharedApplication] openURL:[
2013-07-19 15:07:15 664
转载 Quartz 各种绘制图形用法
// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(CGRect)rect{ CGContextRef context = UIGr
2013-07-04 07:57:34 388
转载 30多个iOS常用动画,带详细注释
// Only override drawRect: if you perform custom drawing.// An empty implementation adversely affects performance during animation.- (void)drawRect:(CGRect)rect{ CGContextRef
2013-07-04 07:31:55 653
转载 IOS多线程
IOS多线程有三种主要方法(1)NSThread(2)NSOperation(3)GCD下面简单介绍这三个方法 1.NSThread调用方法如下: 如函数需要输入参数,可从object传进去。 (1) [NSThread detachNewThreadSelector:@selector(threadInMainMethod:) toTarg
2013-07-03 16:34:19 386
转载 objective-c block 详解
BlockApple 在C, Objective-C, C++加上Block這個延申用法。目前只有Mac 10.6 和iOS 4有支援。Block是由一堆可執行的程式組成,也可以稱做沒有名字的Function (Anonymous function)。如果是Mac 10.6 或 iOS 4.0 之前的平台可以利用 http://code.google.com/p/plblocks/
2013-07-02 17:45:37 323
原创 个人IOS学习笔记(基础)
int *p=NULL;for (int i=0; i{p=array;for (int j=0; j1-i; j++)//此处的j {if(*p1)){int temp=0;temp=*p;*p=*(p+1);*(p+1)=temp;}p++;}}char str[12]={0};//各种指针都是一样的*(int *)str
2013-06-20 15:56:21 1224
原创 个人之前存储的ios笔记(纯便签笔记迁移)
CFUUIDRef deviceId = CFUUIDCreate (NULL); CFStringRef deviceIdStringRef = CFUUIDCreateString(NULL,deviceId); CFRelease(deviceId); NSString *deviceIdString = (NSString *
2013-06-20 15:52:53 791
原创 开通个人空间第一篇文章
两年的ios开发,学习了很多,也忘记了很多,为给自己的学习路程增添光彩,也为更好的敦促自己学习进步,特开通空间,分享技术心得,交流技术经验,预祝大家共同进步。
2013-06-20 15:50:29 522
ios开发笔记
2012-08-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人