let attributedText = NSAttributedString(string: "道之不存,师之所存也", attributes: [NSStr…
// // ViewController.m // LocationDemo // // Created by LaughingZhong on 14/11/12. // Copy…
1.请求json数据,使用AFHTTPRequestOperation完成 NSString *str=[NSString stringWithFormat:@"http…
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { // 缓存会自动存到以下这个文件夹中,创建三个…
和gitHub上的Demo其实差不多,就是小整理了下,当备忘,想做复杂的效果可以参考MBProgressHUD在gitHub上的DEMO,写得也很清楚明了。 先下载MBProgre…
//(动态库环境的配置) //1、获取GDataXMLNode.h/m文件,将GDataXMLNode.h/m文件添加到工程中 //2、向工程中增加“libxml2.2dylib”…
1.导入库文件:MessageUI.framework …
//UIActionSheet———————————————————————————————————————————————————————————————— - (void) s…
#import "ViewController.h" #import "ASIHTTPRequest.h" #import "AS…
1.导入库文件MediaPlayer.framework 2.#import<MediaPla…
// get请求 NSURL * url = [NSURL URLWithString:@"http://192.168.2.119/test2.zip"]; …
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the vi…
设置UITableViewCell的选中背景颜色和选中字体颜色的方法