0

私のアプリでは、View Controller のインスタンス化とプッシュが非常に遅く、5 分以上かかっています。シミュレーターのみでテスト済み。

コード:

@IBAction fileprivate func locationButtonTapped(_ sender: UIButton)
    {
        if (mSelectLocationVC == nil)
        {
            mSelectLocationVC = self.storyboard?.instantiateViewController(withIdentifier: "SelectLocationViewController") as? SelectLocationViewController
            mSelectLocationVC?.delegate = self
        }         self.navigationController?.pushViewController(mSelectLocationVC!, animated: true)
}

機能:

"platformName": "iOS"、"platformVersion": "11.3"、"deviceName": "iPhone 6"、"automationName": "XCUITest"、"app": "/Users/xxx/Documents/Downloads/iOSApp.app "、"autoAcceptAlerts": true、"autoDismissAlerts": true、"autoGrantPermissions": true、"databaseEnabled": true

助けてください!!!

4

0 に答える 0