Created
February 7, 2012 00:31
-
-
Save smartweb/1756174 to your computer and use it in GitHub Desktop.
iPhone 开发,全局变量的使用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
先在App的入口文件[YourPrefix]AppDelegate定义 | |
#define AppDelegate (XYAppDelegate *)[[UIApplication sharedApplication] delegate] | |
全局变量定义为AppDelegate的属性 | |
然后在项目的其他文件中引入 AppDelegate.h | |
使用[AppDelegate 全局变量]就可以访问全局变量,比如baseURL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment