摘要:
UIwebView UISlider UIProgressView UISwitch 阅读全文
摘要:
//1.创建按钮UIButton *button = [[UIButton alloc]initWithFrame:CGRectMake(100, 200, 50, 50)]; [button setTitle:@"截屏" forState:UIControlStateNormal]; [but... 阅读全文
该文被密码保护。 阅读全文
摘要:
代码形式从Storyboard里边读一个ViewController1 取出storyboard(使用UIStoryboard封装的一个类型) UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bun... 阅读全文
摘要:
SVProgressHUD显示一个进度条[SVProgressHUD showWithMaskType:SVProgressHUDMaskTypeClear];隐藏一个进度条[SVProgressHUD dismiss]设置前景色和背影色 [SVProgressHUD setBackgroundC... 阅读全文
摘要:
- (void)btnLoad_Touch:(id)sender { // 接收文件上传的地址 NSString *urlString = @"http://localhost/BookReaderData/UploadFileWithPost.php"; // 要上传的文件的文件名 NS... 阅读全文
摘要:
NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSUR... 阅读全文
摘要:
NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; // GETNSString *parameter = [NSString stringWithFormat:@"%@=%@", @"par... 阅读全文