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
Teaching iPhone app creation...Any advice?
Mysql Query to select from two tables
Modify desktop icon size via registry in Server 2008
flash drive manufacurer
SQL injection problem on several pages. Any server side solution to this
How do I delete a file from a folder (uploads directory) when I delete its reference in the database?
Installing SSL certifcate on exchange 2010
Quickbooks 2010 QB crashes when trying to print to network printer
After moving mailbox to Exchange 2007 lost all Outlook rules
Avoid pinned programs expanding in Windows 7 start menu