//// 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 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
//// 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
//// 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
//// 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
//// 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
//// 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
//// 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
//// 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