登录功能完成以后包含以下代码文件:AppDelegate.hAppDelegate.mLoginViewController.hLoginViewController.mLoginUser.hLoginUser.m以下看代码://// AppDelegate.h// XMPP即时通讯//// ...
分类:
移动开发 时间:
2015-07-16 19:07:42
阅读次数:
189
// AppDelegate.m// CustomTabBar//// Created by qianfeng on 15/7/9.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import "AppDelegate.h"#i...
分类:
其他好文 时间:
2015-07-15 22:28:30
阅读次数:
102
一,新建立一个工程,用于测试引用计数的变化。
二,找到如下路径Build Phases---->Compile Sources---->AppDelegate.m
三,选中AppDelegate.m文件,如图所示。
四,将AppDelegate.m的Comp...
分类:
其他好文 时间:
2015-07-15 21:06:17
阅读次数:
364
一,新建立一个工程,用于测试引用计数的变化。二,找到如下路径Build Phases---->Compile Sources---->AppDelegate.m三,选中AppDelegate.m文件,如图所示。四,将AppDelegate.m的Compiler Flags设置为"-fno-objc-...
分类:
其他好文 时间:
2015-07-15 20:57:30
阅读次数:
115
// AppDelegate.m// UI3_CustomUITableViewCell//// Created by zhangxueming on 15/7/15.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
分类:
其他好文 时间:
2015-07-15 19:13:52
阅读次数:
104
1.当应用程序将要进入非活动状态执行,在此期间,应用程序不接受消息或事件,比如来电 - (void)applicationWillResignActive:(UIApplication *)application { NSLog(@"应用程序将要进入非活动状态,即将进入后台"); }...
分类:
移动开发 时间:
2015-07-15 19:05:04
阅读次数:
177
@interface?AppDelegate?()?<UINavigationControllerDelegate>
@property?(nonatomic,strong)?MyNavigationbar?*mynavbar;
@property?(nonatomic,strong)?UINavigationController?*nav;
@property?(no...
分类:
其他好文 时间:
2015-07-15 15:22:24
阅读次数:
104
使用系统的tabbar解决图片的问题.
用sb使用系统的tabbar,弄好后发现图片始终是蓝色的,并不是原来的图片,后经上网查资料,问问同事,有了下面的这些代码,做个标记.
AppDelegate中
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObjec...
分类:
编程语言 时间:
2015-07-15 15:09:32
阅读次数:
134
在AppDelegate.m里面的每个方法里都输入(包括main文件里也输入)NSLog(@"%s %d”,__func__,__LINE__);__func__:代表使用的方法__LINE__:所在行数//main文件里//当启动函数时,可知调用了如下方法//按home键,调用如下方法
分类:
其他好文 时间:
2015-07-15 14:48:27
阅读次数:
87
// AppDelegate.m// UI3_UITableViewDelete(多选)//// Created by zhangxueming on 15/7/14.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#im...
分类:
其他好文 时间:
2015-07-14 19:53:57
阅读次数:
83