02 2016 档案

摘要:#pragma pack(8) struct TestStruct4 { char a; long b; }; struct TestStruct5 { char c; TestStruct4 d; long long e; }; #pragma pack() 问题: A),sizeof(TestS 阅读全文
posted @ 2016-02-22 17:48 湘岳 阅读(194) 评论(0) 推荐(0) 编辑
摘要:一 、在初始化方法中把所有需要高亮关键字的label加入到labels数组中,并且把这些label原来字体的颜色加入到 labelTextColors中 ,代码如下 self.labels = [NSArray arrayWithObjects:self.textLabel,self.detailT 阅读全文
posted @ 2016-02-22 16:02 湘岳 阅读(952) 评论(0) 推荐(0) 编辑