2013年3月5日 星期二

在viewController中使用delegate中宣告的變數的方法

在需要的類別內記得#import 'AppDelegate.h'
並在此類別.m加入
AppDelegate* delegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
使用上的話,就可以用 delegate.tmp_int 做存取

沒有留言:

張貼留言