2015年3月31日

lable 之删除线初体验

摘要: 首先生成一个继承与UILabel的类SFPStrikeThroughAndUnderLineLabel一,在.h文件里@interfaceSFPStrikeThroughAndUnderLineLabel :UILabel{ BOOL_isWithStrikeThrough; }@property(... 阅读全文

posted @ 2015-03-31 11:59 忧郁的白色 阅读(233) 评论(0) 推荐(0)

2015年3月27日

AFNetWorking-网络库-之初体验

摘要: //// ViewControllerA.m// AFNetWorking//// Created by bch on 15-3-26.// Copyright (c) 2015年 白超华. All rights reserved.//#import "ViewControllerA.h"#... 阅读全文

posted @ 2015-03-27 09:07 忧郁的白色 阅读(176) 评论(0) 推荐(0)

2015年3月26日

初级网络-day1-JSON解析

摘要: //// ViewControllerA.m// 初级网络-day2-JSON练习//// Created by bch on 15-3-24.// Copyright (c) 2015年 白超华. All rights reserved.//#import "ViewControllerA... 阅读全文

posted @ 2015-03-26 21:09 忧郁的白色 阅读(141) 评论(0) 推荐(0)

初级网络-day1-异步传输之初体验

摘要: //// ViewControllerA.m// 初级网络-test//// Created by bch on 15-3-26.// Copyright (c) 2015年 白超华. All rights reserved.// #import "ViewControllerA.h"#de... 阅读全文

posted @ 2015-03-26 20:11 忧郁的白色 阅读(154) 评论(0) 推荐(0)

导航