会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
破水杯
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2015年11月15日
第二周笔记
摘要: UIwebView UISlider UIProgressView UISwitch
阅读全文
posted @ 2015-11-15 15:34 破水杯
阅读(152)
评论(0)
推荐(0)
2015年11月6日
截屏到相册
摘要: //1.创建按钮UIButton *button = [[UIButton alloc]initWithFrame:CGRectMake(100, 200, 50, 50)]; [button setTitle:@"截屏" forState:UIControlStateNormal]; [but...
阅读全文
posted @ 2015-11-06 14:42 破水杯
阅读(150)
评论(0)
推荐(0)
2015年10月30日
警告错误:代码移植 (Treating Unicode character as whitespace)
该文被密码保护。
阅读全文
posted @ 2015-10-30 17:01 破水杯
阅读(1)
评论(0)
推荐(0)
课堂笔记——从StroryBoard里读取ViewControlller
摘要: 代码形式从Storyboard里边读一个ViewController1 取出storyboard(使用UIStoryboard封装的一个类型) UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bun...
阅读全文
posted @ 2015-10-30 11:45 破水杯
阅读(289)
评论(0)
推荐(0)
SVProgressHUD
摘要: SVProgressHUD显示一个进度条[SVProgressHUD showWithMaskType:SVProgressHUDMaskTypeClear];隐藏一个进度条[SVProgressHUD dismiss]设置前景色和背影色 [SVProgressHUD setBackgroundC...
阅读全文
posted @ 2015-10-30 11:40 破水杯
阅读(163)
评论(0)
推荐(0)
课堂笔记—— post 上传
摘要: - (void)btnLoad_Touch:(id)sender { // 接收文件上传的地址 NSString *urlString = @"http://localhost/BookReaderData/UploadFileWithPost.php"; // 要上传的文件的文件名 NS...
阅读全文
posted @ 2015-10-30 10:17 破水杯
阅读(172)
评论(0)
推荐(0)
POST网络访问
摘要: NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSUR...
阅读全文
posted @ 2015-10-30 09:48 破水杯
阅读(235)
评论(0)
推荐(0)
ISO 网络访问
摘要: NSString *address = @"http://localhost/BookReaderData/BasicGetAndPost.php"; // GETNSString *parameter = [NSString stringWithFormat:@"%@=%@", @"par...
阅读全文
posted @ 2015-10-30 09:45 破水杯
阅读(159)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告