Microsoft
Software
Hardware
Network
Question : Make connection from instance to interface
I have created a NSString variable in my .h file here is the code
@interface GatheringResult : NSObject {
IBOutlet NSString *sai_transactionnumber;
}
- (IBAction)ResearchEntry:(i
d)sender;
@end
but when i try to link my instance to a text field, it make nothing
what i did wrong
Answer : Make connection from instance to interface
Probably, you need:
IBOutlet UITextField *sai_transactionnumber;
If you have a text field and need to get to it from your code, you add UITextField variable as an outlet.
You can add NSString too, I do not know what exactly you do.
Random Solutions
Nokia E52 Language
"one or more multiply defined symbols found" Error in VS C++ 2010
Editing the Windows Message "Your Account has Expired. Please contact your system administrator" for Windows XP Professional
Cast Question for Crystal Reports
Configuring Exchange Mail on Ipad
Diffrent vb.net and Sql Server MD5 hashing
How to get rid of dirty shut down state when recovering edb file
Check to see if a table has a certain value, MS Access 2003
SAP books for implementing ERP package
linux security