任务 :
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 .
我想让我的通讯录看起来像名为“Viber (http://itunes.apple.com/in/app/viber-free-phone-calls-text/id382617920?mt=8) ”的应用程序
..
所以只需要帮助在我的 MainWindow.xib 添加那个 UISegmentController 。它显示在那里,但我无法从那里访问我的 IBAction 功能,也无法从我的 ContactviewController.m 获取数据
提前致谢 。