该文被密码保护。 阅读全文
posted @ 2015-10-30 17:01 破水杯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 代码形式从Storyboard里边读一个ViewController1 取出storyboard(使用UIStoryboard封装的一个类型) UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bun... 阅读全文
posted @ 2015-10-30 11:45 破水杯 阅读(283) 评论(0) 推荐(0) 编辑
摘要: SVProgressHUD显示一个进度条[SVProgressHUD showWithMaskType:SVProgressHUDMaskTypeClear];隐藏一个进度条[SVProgressHUD dismiss]设置前景色和背影色 [SVProgressHUD setBackgroundC... 阅读全文
posted @ 2015-10-30 11:40 破水杯 阅读(160) 评论(0) 推荐(0) 编辑
摘要: - (void)btnLoad_Touch:(id)sender { // 接收文件上传的地址 NSString *urlString = @"http://localhost/BookReaderData/UploadFileWithPost.php"; // 要上传的文件的文件名 NS... 阅读全文
posted @ 2015-10-30 10:17 破水杯 阅读(166) 评论(0) 推荐(0) 编辑
摘要: NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSUR... 阅读全文
posted @ 2015-10-30 09:48 破水杯 阅读(228) 评论(0) 推荐(0) 编辑
摘要: NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; // GETNSString *parameter = [NSString stringWithFormat:@"%@=%@", @"par... 阅读全文
posted @ 2015-10-30 09:45 破水杯 阅读(155) 评论(0) 推荐(0) 编辑