0

仕事 :

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 からデータを Fatch できません

前もって感謝します 。

4

1 に答える 1

0

あなたのxibからIBActionでtouchupinsideを取り付けていると思います。valueChanged イベントでアタッチします。

于 2012-05-28T06:36:02.787 に答える