由   YIem   撰写于    浏览:3543  评论:0
//// AppDelegate.h// UI8_协议传值//// Created by YIem on 15/12/16.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <UIKit/UIKit.h>@interface AppDelega

由   YIem   撰写于    浏览:3912  评论:0
创建三个页⾯面,要求: 1.登陆页⾯面LoginViewController,可以输⼊入⽤用户名和密码, 导航栏右侧放置添加按钮,可以通过添加按钮模态到注册 页⾯面。 2.注册页⾯面RegisterViewController,填写⽤用户名,密码, 确认密码后注册。 3.欢迎页⾯面WelcomeViewController,由登陆页⾯面push得 到。///

由   YIem   撰写于    浏览:4538  评论:0
//**创建三个控制器 要求 :1.命名 First ~ Third。 2.分别设置背景颜⾊色红、灰、蓝。 3.如⽰示例完成⾃自定义导航栏。**//// AppDelegate.h// UI7_作业//// Created by YIem on 15/12/15.// Copyright (c) 2015年 www.yiem.net YIem博客.

由   YIem   撰写于    浏览:2731  评论:0
//// RootViewController.m// UI7_练习//// Created by YIem on 15/12/15.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"@interface Roo

由   YIem   撰写于    浏览:3680  评论:0
//// AppDelegate.h// UI7_页面跳转//// Created by YIem on 15/12/15.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <UIKit/UIKit.h>@interface AppDelega

由   YIem   撰写于    浏览:3323  评论:0
//// RootViewController.m// UI7_UINavigationController//// Created by YIem on 15/12/15.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewControl

由   YIem   撰写于    浏览:4391  评论:0
//// RootViewController.m// UI6_作业1//// Created by YIem on 15/12/14.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "LTVie

由   YIem   撰写于    浏览:4190  评论:0
//// RootViewController.m// Phone2//// Created by YIem on 15/12/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "TLView

由   YIem   撰写于    浏览:4956  评论:0
//// RootViewController.m// Phone//// Created by YIem on 15/12/12.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"import "LTView.

由   YIem   撰写于    浏览:4324  评论:0
//// RootViewController.m// Tom//// Created by YIem on 15/12/11.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"@interface RootVi

由   YIem   撰写于    浏览:3132  评论:0
//// RootViewController.m// UI6_UIScrollView//// Created by YIem on 15/12/14.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"@int

由   YIem   撰写于    浏览:6034  评论:0
//// RootViewController.m// UI5_UIControl//// Created by YIem on 15/12/11.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import "RootViewController.h"// UI枚举

由   YIem   撰写于    浏览:2695  评论:0
UI课程 文件UI1_UIView.zipUI3_程序启动流程.zipUI3_自定义视图.zipUI3_ViewController.zipUI4_事件.zipUI4_手势识别器.zip

由   YIem   撰写于    浏览:6702  评论:0
OC 综合思维导图点击进入 PDF文件

由   YIem   撰写于    浏览:4067  评论:0
Objective-C(新)Objective-C考试 ※ 选择题(共80题,每题1分)1、不会立刻使引用计数器改变的是:答案:(C) A、release B、alloc C、autorelease D、retain2、OC中布尔(BOOL)类型的变量的值只有:答案:(B) A、1/0 B、YES/NO C、true/false D、1/-13、在OC中

由   YIem   撰写于    浏览:2831  评论:0
//// main.m// OC_9 类的扩展//// Created by YIem on 15/12/4.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Gril.h"im

由   YIem   撰写于    浏览:2826  评论:0
//// main.m// OC_9练习//// Created by YIem on 15/12/4.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Person.h"imp

由   YIem   撰写于    浏览:2988  评论:0
//// main.m// OC_内存管理//// Created by YIem on 15/12/3.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Person.h"in

由   YIem   撰写于    浏览:3392  评论:0
//// main.m// OC_7遍历//// Created by YIem on 15/12/2.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Model.h"int

由   YIem   撰写于    浏览:4788  评论:0
//// main.m// OC6_省市区//// Created by YIem on 15/12/1.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Model.h"int

由   YIem   撰写于    浏览:3760  评论:0
//// main.m// OC6_练习//// Created by YIem. on 12/1/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Book.h"impor

由   YIem   撰写于    浏览:3248  评论:0
//// main.m// OC5_NSNumber_NSValue//// Created by YIem. on 11/30/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int m

由   YIem   撰写于    浏览:3520  评论:0
//// main.m// OC5_数组_字典//// Created by YIem. on 11/30/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(int arg

由   YIem   撰写于    浏览:3499  评论:0
我一直很好奇,对别人好,别人真的会感激你吗?一年的时间还不能让你们有一点感激的心吗?我真的不需要感激,我只求你不要在我的背后落井下石,真的,我真的搞不懂你们这群人是怎么想的,需要的时候那个可怜样子,我看着心软.不需要嗯时候,就是一只白眼狼.我不知道你的心里是怎么想的,我有让你帮我做过什么吗?我求你了吗?大叔,人真的可以这么无下限吗?你瞎BB你妈逼啊! 让你说

由   YIem   撰写于    浏览:3485  评论:0
//// main.m// OC2015-11-27作业//// Created by YIem on 15/11/27.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(in