码迷,mamicode.com
首页 >  
搜索关键字:appdelegate    ( 1028个结果
UIFont-动态下载系统提供的字体-官方代码
一,工程目录     二,AppDelegate.m   - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization...
分类:其他好文   时间:2015-07-31 20:29:56    阅读次数:218
UIFont-动态下载系统提供的字体-官方代码
一,工程目录二,AppDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override poi...
分类:其他好文   时间:2015-07-31 20:00:26    阅读次数:149
IOS APP唤醒另一个APP(app之间互相通信)
做各大平台分享的时候由于账号混乱,导致分享回调的时候启动了另一个app,这个时候我在猜想这些SDK是怎么唤醒没有启动的其他app的,不难想象,肯定跟AppDelegate处理回调openUrl有关,于是搜了一下才发现,一个应用程序可以唤醒另一个应用程序,只怪我菜,好啦,现在告诉不知道的朋友怎么来实现一个app怎么唤醒另一个app,以及让两个app之间互相通信。。。 测试工程操作如下 ...
分类:移动开发   时间:2015-07-31 13:07:11    阅读次数:138
iOS UI02.2_UIView,UILabel,UIButton,UItextfield归纳
// //  AppDelegate.m //  UI02作业 // //  Created by dllo on 15/7/30. //  Copyright (c) 2015年 zhozhicheng. All rights reserved. // #import "AppDelegate.h" @interface ...
分类:移动开发   时间:2015-07-31 10:50:16    阅读次数:114
iOS UI02_Button和Textfield
// //  AppDelegate.m //  // //  Created by dllo on 15/7/30. //  Copyright (c) 2015年 zhozhicheng. All rights reserved. // #import "AppDelegate.h" @interface AppDel...
分类:移动开发   时间:2015-07-31 09:06:12    阅读次数:148
iOS UI02_UITextField
// //  AppDelegate.m //  UI02_ // //  Created by dllo on 15/7/30. //  Copyright (c) 2015年 zhozhicheng. All rights reserved. // #import "AppDelegate.h" @interface ...
分类:移动开发   时间:2015-07-31 09:06:00    阅读次数:119
iOS UI02_UIButton
// //  AppDelegate.m //  UI02_UIButton // //  Created by dllo on 15/7/29. //  Copyright (c) 2015年 zhozhicheng. All rights reserved. // #import "AppDelegate.h" @inte...
分类:移动开发   时间:2015-07-31 09:04:52    阅读次数:135
IOS的生命周期问题
开发Android必须得清楚Android生命周期才能很好的掌控程序的框架,让整个项目思路更加清晰流畅,因此IOS也是必须要了解IOS的生命周期 先从一个简单的实例来看看 AppDelegate.m文件里面的内容如下: // // AppDelegate.m // SwitchView // // Created by Pishum on 15/5/5. // Copyright (...
分类:移动开发   时间:2015-07-31 01:25:49    阅读次数:127
cocos2d-x移植安卓时解决引用sqlite3库问题
1.先说说cocos2d-x 3.x移植安卓简单步骤  (1)进入你工程的proj.android目录,打开jni目录里的Android.mk(别忘了先备份一个)      如果你工程文件少的话就android.mk里老老实实地把所有cpp文件都包含,  如: LOCAL_SRC_FILES := hellocpp/main.cpp ../../Classes/AppDelegate....
分类:移动开发   时间:2015-07-30 13:31:49    阅读次数:205
iOS UI01_Label
@implementation AppDelegate -(void)dealloc {     [_window release];     [super dealloc]; } - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary...
分类:移动开发   时间:2015-07-30 09:35:44    阅读次数:182
1028条   上一页 1 ... 54 55 56 57 58 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!