Skip to content

Instantly share code, notes, and snippets.

@smartweb
Created February 7, 2012 00:31
Show Gist options
  • Save smartweb/1756174 to your computer and use it in GitHub Desktop.
Save smartweb/1756174 to your computer and use it in GitHub Desktop.
iPhone 开发,全局变量的使用
先在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