TASK :
I want to show my all contact in one UItable and Which parts all contacts with UISegmentcontroller which is in Nevigationbar.
My Application is Tabbar Application so When I show my UISegmentController I have to add it in my Mainwindow xib . Becoz of that I cant access my Contactview data from app delegate file .
I want to make My Addressbook just Look like app called "Viber (http://itunes.apple.com/in/app/viber-free-phone-calls-text/id382617920?mt=8)"
..
So Just need help to Add that UISegmentController in my MainWindow.xib . It shows there but i cant access My IBAction functions from there and also I cant Fatch data from my ContactviewController.m
Thanks in Advance .
i guess you are attaching the touchupinside with IBAction from your xib. Attatch it with valueChanged event.