博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iphone-common-codes-ccteam源代码 CCUIApplication.h
阅读量:6279 次
发布时间:2019-06-22

本文共 1783 字,大约阅读时间需要 5 分钟。

//  //  CCUIApplication.h  //  CCFC  //  //  Created by xichen on 11-12-17.  //  Copyright 2011年 ccteam. All rights reserved.  //   #import 
@interface UIApplication(cc) - (void)showStatusBar; - (void)hideStatusBar; - (void)showNetworkActivityInStatusBar; - (void)hideNetworkActivityInStatusBar; - (BOOL)getStatusBarNetworkActivityStatus; // 退出应用程序 - (void)terminate:(int)exitCode; // open another application // the anotherAppScheme argument is like "calculator:" which is defined in info.plist file // a demo : /*
CFBundleURLSchemes
ccfctest
CFBundleURLName
*/ + (BOOL)openAnotherApp:(NSString *)anotherAppScheme; // open a url + (BOOL)openUrl:(NSString *)url; #if CC_ENABLE_PRIVATE_API - (UIView *)statusBar; // the statusBar view - (UIWindow *)statusBarWindow; // the window of the statusBar - (void)suspend; // suspend the application - (void)terminateWithSuccess; // terminate the application - (NSString *)userHomeDirectory; // the directory of the user's home - (NSString *)userLibraryDirectory; // user's library directory - (NSString *)userCachesDirectory; // user's caches directory - (void)setApplicationBadgeString:(NSString *)str; // set the eage string of the application icon - (BOOL)isLocked; // whether the application is locked - (NSString *)displayIdentifier; // the identifier of the app, eg, com.ccteam.ccfc #endif @end

 

可能有更新:

googlecode链接地址:
github地址:

 

转载于:https://www.cnblogs.com/ccteam/archive/2012/01/06/2313962.html

你可能感兴趣的文章
Oracle取月份,不带前面的0
查看>>
Linux Network Device Name issue
查看>>
IP地址的划分实例解答
查看>>
如何查看Linux命令源码
查看>>
运维基础命令
查看>>
入门到进阶React
查看>>
SVN 命令笔记
查看>>
检验手机号码
查看>>
重叠(Overlapped)IO模型
查看>>
Git使用教程
查看>>
使用shell脚本自动监控后台进程,并能自动重启
查看>>
Flex&Bison手册
查看>>
solrCloud+tomcat+zookeeper集群配置
查看>>
/etc/fstab,/etc/mtab,和 /proc/mounts
查看>>
Apache kafka 简介
查看>>
socket通信Demo
查看>>
技术人员的焦虑
查看>>
js 判断整数
查看>>
建设网站应该考虑哪些因素
查看>>
mongodb $exists
查看>>