modalviewcontroller

    2熱度

    1回答

    我有一個嵌入在UINavigationController中的UIViewController sublcass(VC1)。 VC1觸發模式繼承到另一個UIViewController子類(VC2),該子類嵌入在它自己的,不同的UINavigationController中。內部由VC2的導航欄中的UIBarButtonItem觸發的操作方法,我稱之爲 [self performSegueWith

    2熱度

    1回答

    我有一個彈出窗口,裏面有TabBarController。在一個選項卡中有一個帶有名稱列表的TableViewController。還有一個加號按鈕,它具有添加新名稱的AddCharacterVC模式。 在iOS的7我不喜歡這樣寫道: AddCharacterViewController *acvc = (AddCharacterViewController *)segue.destination

    0熱度

    1回答

    我想呈現一個模式視圖控制器。在iOS7中,一切運行良好,但在iOS8中,視圖控制器的框架已更改。我讀了一些答案,其中一個解決方案是設置preferredContentSize和modalPresentationStyle = UIModalPresentationFormSheet。 但我需要我的modalPresentationStyle = UIModalPresentationCustom,

    0熱度

    1回答

    我有我提出模態使用下面的代碼一個UIViewController一個模式的距離: FeedbackViewController *fvc=[[FeedbackViewController alloc] init]; fvc.delegate=self; [fvc setModalPresentationStyle:UIModalPresentationFormSheet]; [self pr

    0熱度

    1回答

    我升級舊代碼最新iOS8上,我看到很多這樣的: if (controller.modalViewController && controller.modalViewController.parentViewController == controller) if(tabcontroller.modalViewController) .... 我看到大量的文件如何呈現modalVi

    11熱度

    1回答

    在iOS 8+中,我注意到如果在視圖控制器中顯示的文本字段當前爲firstResponder,當視圖控制器被解除時,鍵盤會掛起約1秒後才被解僱。 這發生在iOS 8.0和8.1和而不是 7.1。 任何想法爲什麼這樣?

    0熱度

    1回答

    我試圖在另一個模態視圖上呈現透明模態視圖。我正在使用故事板。 我已經加入這個我的第一模態的視圖: self.modalPresentationStyle = UIModalPresentationCurrentContext; [self performSegueWithIdentifier:@"sendUserMessage" sender:self]; 而這對我的第二模態的視圖(一個我

    21熱度

    4回答

    我有一個基於標籤欄的應用程序。在所有5個選項卡中都有導航控制器,並將自定義視圖控制器實例設置爲根視圖控制器。這加載得很好。這些視圖控制器中的一些包含表視圖。我想在表格視圖中選擇一行時向用戶顯示模式視圖控制器。該didSelectRowAtIndexPath方法委託方法(的相關部分)如下所示: SampleSelectorViewController *sampleVC = [[SampleSele

    7熱度

    3回答

    這是我的視圖(控制器)的層次結構: UITabBarController(作爲應用的rootViewController) UINavigationController(作爲viewController爲tabBar選項卡之一) UIViewController(作爲對UINavigationController) UICollectionView的rootViewController(作爲一個子

    0熱度

    1回答

    我在使用附加的長按手勢來獲取使用以下代碼的模式視圖時收到此錯誤: // Long press to go to settings for one - (void)longPressOne:(UILongPressGestureRecognizer*)gesture { [self performSegueWithIdentifier:@"buttonOne" sender:self]