任务:
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获取数据
先谢谢。
答案 0 :(得分:0)
我猜你正在使用xib中的IBAction附加touchupinside。用valueChanged事件来附上它。