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
Setting up exchange
CX600 FLARE 2.05.600.5.007 - upgrade procedure to 2.19?
#tables always in tempdb only?
Cisco IDS vs Juniper IPD 250
Adding an if statement
Windows Server 2008 - RAID storage > 2 Tb
Multiple $(document).ready() jquery conflicting
Translate web site
Cross Domain Policy
PGP security