摘要: //// LTView.m// UI_Lesson_LTView//// Created by 李洪鹏 on 15/7/2.// Copyright (c) 2015年 李洪鹏. All rights reserved.//#import "LTView.h"@interface LTView() ... 阅读全文
posted @ 2015-07-02 22:30 程序猿大鹏 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 从一个Controller跳转到另一个Controller时,一般有以下2种:1、利用UINavigationController,调用pushViewController,进行跳转;这种采用压栈和出栈的方式,进行Controller的管理。调用popViewControllerAnimated方法... 阅读全文
posted @ 2015-07-02 19:11 程序猿大鹏 阅读(604) 评论(0) 推荐(0) 编辑
摘要: //// AppDelegate.m// UI_Lesson打地鼠//// Created by 李洪鹏 on 15/7/1.// Copyright (c) 2015年 李洪鹏. All rights reserved.//#import "AppDelegate.h"@interface App... 阅读全文
posted @ 2015-07-02 09:26 程序猿大鹏 阅读(194) 评论(0) 推荐(0) 编辑