码迷,mamicode.com
首页 >  
搜索关键字:appdelegate    ( 1028个结果
UI1_ScrollViewHomeWork
//// AppDelegate.m// UI1_ScrollViewHomeWork//// Created by zhangxueming on 15/7/13.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#imp...
分类:其他好文   时间:2015-07-13 20:06:08    阅读次数:99
报错Application windows are expected to have a root view controller at the end of application launc
控制台执行出现如下报错 Application windows are expected to have a root view controller at the end of application launch 解决办法 在AppDelegate.m中的 - (BOOL)application:(UIApplication *)application...
分类:移动开发   时间:2015-07-13 18:40:09    阅读次数:125
一句代码搞定,所有页面点击空白处隐藏键盘
首先新建一个appdelegate的分类代码如下:#import "AppDelegate.h" @interface AppDelegate (DismissKeyboard) /** 开启点击空白处隐藏键盘功能 */ - (void)openTouchOutsideDismissKeyboard; @end @implementation AppDelegate (DismissKeyboard...
分类:其他好文   时间:2015-07-13 14:06:32    阅读次数:125
页面传值总结Block
//// AppDelegate.m// 页面传值总结//// Created by qianfeng on 15/6/13.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#impo...
分类:其他好文   时间:2015-07-12 18:46:47    阅读次数:114
UI1_UIScrollView
//// AppDelegate.m// UI1_UIScrollView//// Created by zhangxueming on 15/7/10.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "A...
分类:其他好文   时间:2015-07-11 18:04:57    阅读次数:115
UI1_UITabBarController
//// AppDelegate.h// UI1_UITabBarController//// Created by zhangxueming on 15/7/8.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#impo...
分类:其他好文   时间:2015-07-11 16:45:48    阅读次数:99
UI2_UINavigationBar
//// AppDelegate.m// UI2_UINavigationBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ...
分类:其他好文   时间:2015-07-11 16:38:26    阅读次数:109
UI4_UIToolBar
//// AppDelegate.m// UI4_UIToolBar//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDe...
分类:其他好文   时间:2015-07-11 16:26:17    阅读次数:107
UI5_UINavigation传值
//// AppDelegate.m// UI5_UINavigation传值//// Created by zhangxueming on 15/7/7.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "...
分类:其他好文   时间:2015-07-11 16:20:22    阅读次数:94
UI3_UIbarButtonItem
//// AppDelegate.m// UI3_UIbarButtonItem//// Created by zhangxueming on 15/7/6.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import ...
分类:其他好文   时间:2015-07-11 16:17:39    阅读次数:105
1028条   上一页 1 ... 60 61 62 63 64 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!