摘要: 1.导入代理 1 @interface ViewController () 2 { 3 long long alllength; //下载总长度 4 long long currlenth; //当期下载长度 5 } 6 //存放下载的mp3 数据流 7 @property(nona... 阅读全文
posted @ 2015-07-15 22:27 wq95230 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 1 //设置输入框 ---《因为输入框用了get方法,所以第一次调用输入框要用self 调用》; 2 self.textlab.frame=CGRectMake(20, 420, 250, 30); 3 _textlab.layer.borderColor=[UIColor blu... 阅读全文
posted @ 2015-07-15 21:47 wq95230 阅读(4147) 评论(0) 推荐(0) 编辑