segue

    0熱度

    1回答

    我試圖從視圖控制器傳遞圖像到UICollectionViewCell,只要我繼續到UICollectionViewController。通常,我只是使用下面的代碼將變量直接傳遞給UICollectionViewController。 let myCollectionViewController = MyCollectionViewController(collectionViewLayout: U

    -2熱度

    1回答

    所以我有一個存儲密鑰與多個值的字典。我有兩個視圖控制器,都包含一個表視圖和自定義單元格。 我已將鍵放入數組中,並將它們分配給第一個視圖控制器中單元格標籤的文本。當轉換到下一個視圖控制器時,我想傳遞按下的鍵的值。因此,例如,如果在第一個視圖控制器中選擇了包含字典中第一個鍵的行,則第一個鍵的所有值都將被分配給以下視圖控制器的單元格標籤文本,等等。這是可能的,如果是的話,那麼實現這個的最好方法是什麼?

    0熱度

    1回答

    我正在學習如何創建unwind segue。我創建了兩個VC,「ViewoController」和「MessageViewController」。第一個包含一個按鈕,而後者嵌入在NavigationController中,它有兩個barButtons「Cancel」和Save「。 據我所知,要創建unwind segue,「MessageViewController」中的「Cancel」和/或「S

    1熱度

    1回答

    我有ChildViewController,它繼承自ParentViewController,如下所示:class ChildViewController: ParentViewController。在ParentViewController我試圖執行下面的代碼片段: let controller = UIStoryboard(name: "Main", bundle: nil).instanti

    0熱度

    1回答

    我已經使用SEGUE,這應該通過在我TableView中被按下電池的索引之後,但問題是,我的功能賽格瑞後didSelectRowAt運行。這種說法是通過控制從定製單元格拖動到另一個視圖來完成的。 這裏是我的代碼: override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {

    1熱度

    1回答

    我在地圖上有兩個註釋註釋。我創建了一個信息按鈕來執行segue。但該按鈕僅出現在一個註釋上。任何人都可以幫助我嗎?對於註釋,我創建了一個放入viewdidload方法的函數。 Here`s代碼: import UIKit import MapKit class MapVC: UIViewController, MKMapViewDelegate { @IBOutlet weak

    0熱度

    1回答

    @IBAction FUNC下一頁部分(_發件人:UIButton的){ performSegue(withIdentifier: "gotoSegueB", sender: counter) performSegue(withIdentifier: "segueTextviewB", sender: showText) } override func prepare(for

    -1熱度

    2回答

    我使用的是基於火力的應用程序,其中我想跳過登錄頁面,如果用戶已經登錄。我的應用程序最初啓動的登錄頁面上,所以這裏是我的代碼,如果用戶已經立即Segue公司登錄。 override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) if FIRAuth.auth()?.currentUse

    0熱度

    1回答

    我試圖在我的應用程序中創建一個segue,以便當前視圖滑動以顯示它下面的視圖。 這是我的代碼: let window = UIApplication.shared.delegate?.window! window?.insertSubview(destinationView, belowSubview: sourceView) destinationView.center = CGPoint(

    0熱度

    1回答

    use the segue. view A is two data to the view B, in the view B show two type data. one is a point. like: 75. the two is some words.like: "that's cool. you get that, good job!" @IBAction func nextPa