第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用PrepareForSegue Xamarin.iOS 將數(shù)據(jù)從兩方傳輸?shù)揭环?/h1>

我使用 Xamarin.iOS 我想用它PrepareForSegue來將數(shù)據(jù)從兩個變量傳輸ViewControllers到一個,我應該怎么做?我已經(jīng)嘗試更改用于傳輸數(shù)據(jù)的 var 變量的值,更改為另一個ViewController. 沒用,不知道怎么辦,請大家?guī)兔?。當我想?chuàng)建第二個PrepareForSegue方法時,出現(xiàn)錯誤 no method found to be overrided。
查看完整描述

1 回答

?
縹緲止盈

TA貢獻2041條經(jīng)驗 獲得超4個贊

不明白


從兩個 ViewController 到一個


我將展示如何將數(shù)據(jù)從ControllerA傳輸?shù)紺ontrollerB。


控制器A:


public override void PrepareForSegue(UIStoryboardSegue segue, NSObject sender)

{

    base.PrepareForSegue(segue, sender);

    var controllerB = segue.DestinationViewController as ControllerB ;

    controllerB.passValue = "ControllerA's data";//set data from ControllerA

    controllerB.retSegue = segue;

}

控制器B:


public string passValue;


public override void ViewDidLoad()

{

    base.ViewDidLoad();

    //labeltwo is a Label Control in ControllerB

    labeltwo.Text = passValue ; // here can get data from ControllerA

}

https://img1.sycdn.imooc.com//64e1c1030001e6fc03960173.jpg

如果您想要從ControllerA導航到ControllerB,最后導航到ControllerC,也可以使用up方式傳輸數(shù)據(jù)。



查看完整回答
反對 回復 2023-08-20
  • 1 回答
  • 0 關(guān)注
  • 155 瀏覽

添加回答

了解更多

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號