Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

adilaladil

macrumors newbie
Original poster
Dec 8, 2012
3
0
ksa -Al Qunfudhah
Hi Dear

Where is the fault?

xcode 4.5
ios 5.0
ios 6


First add :
add the following items in :
Code:
AddressBook.framework and AddressBookUI.framework

Second:ViewController.h

Code:
#import <AddressBook/AddressBook.h>
#import <AddressBookUI/AddressBookUI.h>

@interface UIViewController : UIViewController  {
 
 IBOutlet UILabel *firstName;
 IBOutlet UILabel *lastName;
 IBOutlet UILabel *number;
}

-(IBAction)getContact;

@end

Third : storyboart

3 text field
1 button
3 label

screen-capture-4.png


/////This picture was taken from the site/////To clarify///


fourth :
Connecting elements

1 text field >>>>>>firstName
2 text field>>>>>>lastName
3 text field>>>>>>number
}

button >>>>>> getContact



What then?

Please help me
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.