上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
  2017年3月14日
摘要: //参数string 转成url NSURL *url = [NSURL URLWithString:requestString]; NSURLRequest *request = [NSURLRequest requestWithURL:url]; NSURLConnection *connection = [[NSURLConnectio... 阅读全文
posted @ 2017-03-14 20:01 麦芽呀~ 阅读(429) 评论(0) 推荐(0) 编辑
  2017年3月1日
摘要: 在安装CocoaPods之前,首先要在本地安装好Ruby环境 1.用 RVM 安装 Ruby 环境 2.设置 Ruby 版本 3.安装Cocapods 验证是否安装成功: 4.详细内容可访问:http://www.cnblogs.com/Yun-Longcom/p/6282710.html 5.创建 阅读全文
posted @ 2017-03-01 09:23 麦芽呀~ 阅读(273) 评论(0) 推荐(0) 编辑
  2017年2月21日
摘要: 来自:http://www.jianshu.com/p/05f078815510 制作流程,直接看原来的网页吧! 阅读全文
posted @ 2017-02-21 18:53 麦芽呀~ 阅读(181) 评论(0) 推荐(0) 编辑
  2017年2月17日
摘要: self.MyShowTextView.editable = NO; self.MyShowTextView.backgroundColor = [UIColor blackColor]; self.MyShowTextView.textColor = [UIColor whiteColor]; self.MyShowTextView.text = @"今天天气不错!";... 阅读全文
posted @ 2017-02-17 14:32 麦芽呀~ 阅读(110) 评论(0) 推荐(0) 编辑
  2017年2月16日
摘要: 来自:http://www.jianshu.com/p/9ded120cb5d2 (一)使用NavigationViewController进行页面跳转时,应该使用pushViewController方法来跳转至下一页面,这样的话,下一页面同样在NavigationViewController容器中 阅读全文
posted @ 2017-02-16 16:45 麦芽呀~ 阅读(151) 评论(0) 推荐(0) 编辑
  2017年1月11日
摘要: dao.h文件: .m文件: 文件结构: 文件另外上传! 阅读全文
posted @ 2017-01-11 15:21 麦芽呀~ 阅读(289) 评论(0) 推荐(0) 编辑
摘要: //进入按钮 UIButton *enterMainButton = [[UIButton alloc] initWithFrame:CGRectMake(65, self.PageHeight-120,250 , 45)]; enterMainButton.layer.borderWidth = 1; enterMainButton.layer.cornerRadius... 阅读全文
posted @ 2017-01-11 15:15 麦芽呀~ 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 头文件引入: 使用时直接调用就可以了. 阅读全文
posted @ 2017-01-11 15:12 麦芽呀~ 阅读(137) 评论(0) 推荐(0) 编辑
摘要: UITapGestureRecognizer *labelTapGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(labelClick)];[self.UserRate a 阅读全文
posted @ 2017-01-11 15:09 麦芽呀~ 阅读(448) 评论(0) 推荐(0) 编辑
  2017年1月9日
摘要: 效果图: 阅读全文
posted @ 2017-01-09 17:24 麦芽呀~ 阅读(259) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页