¡@

Home 

2014/10/15 ¤U¤È 10:09:30

iphone Programming Glossary: game_info

Best way to pass variables between views

http://stackoverflow.com/questions/6716855/best-way-to-pass-variables-between-views

it very hard to pass variables between views this is what i have so far Game_info.h #import UIKit UIKit.h @interface Game_Info UIViewController IBOutlet UITextField groupName IBOutlet UISegmentedControl gameType @property nonatomic retain IBOutlet.. IBOutlet UITextField groupName IBAction GameTypePicker IBAction KeyboardHide IBAction BackBTN IBAction NextBTN @end Game_Info.m #import I_Dare_YouViewController.h #import Game_Info.h #import Game_TDoR.h @implementation Game_Info @synthesize groupName.. IBAction KeyboardHide IBAction BackBTN IBAction NextBTN @end Game_Info.m #import I_Dare_YouViewController.h #import Game_Info.h #import Game_TDoR.h @implementation Game_Info @synthesize groupName Next Button IBAction NextBTN if groupName.text length..