摘要: 很简单 > 0807.txt 就可以了 阅读全文
posted @ 2015-08-07 14:25 微博和csdn还有你 阅读(206) 评论(0) 推荐(0) 编辑
摘要: //// HMViewController.m// 03-查看大图//// Created by apple on 14-8-18.// Copyright (c) 2014年 itcast. All rights reserved.//#import "HMViewController.h... 阅读全文
posted @ 2015-08-04 15:56 微博和csdn还有你 阅读(159) 评论(0) 推荐(0) 编辑
摘要: //// HMViewController.m// 02-用户登录//// Created by apple on 14-8-18.// Copyright (c) 2014年 itcast. All rights reserved.//#import "HMViewController.h... 阅读全文
posted @ 2015-08-04 11:04 微博和csdn还有你 阅读(393) 评论(0) 推荐(0) 编辑
摘要: //// HMViewController.m// 01-UIKit复习//// Created by apple on 14-8-18.// Copyright (c) 2014年 itcast. All rights reserved.//#import "HMViewControlle... 阅读全文
posted @ 2015-08-04 10:58 微博和csdn还有你 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 代理的用处 监听那些不能通过addtarget监听的方法主要用来负责制在两个对象之间,发生某些事情时,来传递消息和数据代理实现的步骤1. 成为(子)控件的代理,父亲(控制器)成为儿子(文本框)的代理2.遵守协议--》利用智能提示,快速编写代码3.实现协议方法 阅读全文
posted @ 2015-08-04 10:14 微博和csdn还有你 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 源代码 :https://github.com/zhuyaguang/iosCode 阅读全文
posted @ 2015-08-04 09:52 微博和csdn还有你 阅读(226) 评论(0) 推荐(0) 编辑
摘要: ViewController.m//改变状态栏的颜色-(UIStatusBarStyle)preferredStatusBarStyle{ return UIStatusBarStyleLightContent;}//隐藏状态栏-(BOOL)prefersStatusBarHidden{ ... 阅读全文
posted @ 2015-08-02 10:44 微博和csdn还有你 阅读(171) 评论(0) 推荐(0) 编辑
摘要: //// CZAppView.m// 应用管理//// Created by YaguangZhu on 15/8/1.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "CZAppView.h"#import ... 阅读全文
posted @ 2015-08-01 16:44 微博和csdn还有你 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-01 15:57 微博和csdn还有你 阅读(180) 评论(0) 推荐(0) 编辑
摘要: //// app.h// 应用管理//// Created by YaguangZhu on 15/7/31.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import @interface app : NSObject@... 阅读全文
posted @ 2015-08-01 15:13 微博和csdn还有你 阅读(194) 评论(0) 推荐(0) 编辑