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