
iOS培训日记
文章平均质量分 77
Jackie_Wayh
这个作者很懒,什么都没留下…
展开
-
做一个Active To
2015年11月12日 星期四 iOS第9天做一个类似iPhone上的那个小圆点,就是Active Touch 的小东西主要代码:ViewController类:#define ARC4RANDOM_MAX 0x100000000#define k_diameter 40 // 设置小圆点的直径@implementation Vie原创 2015-11-23 16:04:23 · 643 阅读 · 0 评论 -
OC字符串和数组
本文主要介绍 Objective-C 中 NSSting \ NSMutableString \NSArray 的常用方法#import int main(int argc, const char * argv[]) { @autoreleasepool { #pragma mark 不可改变字符串 //1.字符串使用原创 2016-03-11 14:14:59 · 552 阅读 · 0 评论 -
iOS培训日记——归档
2015年12月20日#import "Person.h"#define path @"/users/wayh/desktop"//目录名不区分大小写int main(int argc, const char * argv[]) { @autoreleasepool { NSDictionary * dic = [[NSDictionary alloc]原创 2016-06-12 11:34:59 · 418 阅读 · 0 评论