問題タブ [swift2.3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
459 参照

ios - UITableView indexPathForCell: iOS10 で Xcode8 (Swift2.3) で nil を返す

同じ条件で、iOS9 は Good ですが、iOS10 ではセルの indexPath を取得できません。

self.tableView.indexPathForCell(セル): nil

今、セルがiOS10のvisibleCellsにないことがわかりました。それが問題です。

0 投票する
1 に答える
203 参照

alamofire - アップロード要求をキャンセルすると Alamofire 3.5.1 がクラッシュする

リクエストのキャンセルに関するcnoonの提案に従いました。手順は次のとおりです。

  1. multipartFormData アップロード リクエストを送信します。
  2. アップロードの進行状況をキャッチし、encodingCompletion で Alamofire.Request を取得します。
  3. リクエストをキャンセルします。

その後、クラッシュが来ています。

以下のようなアップロード関連のすべてのコード: private var request: Alamofire.Request?

クラッシュ情報は次のとおりです。

誰でもこれについて助けることができますか?

0 投票する
1 に答える
421 参照

ios - Firebase, Fabric, & Crashlytics with -ObjC linker flag without Cocoapods iOS

Trying to add Firebase Messaging to my iOS app that already has Fabric/Crashlytics and I am trying to add it without Cocoapods.

I followed the readme instructions in the Firebase SDK zip file and once I add the -ObjC linker flag to the target, it causes a duplicate symbol compile error for Fabric/Crashlytics

I then found out to use -force_load and pointed it to the Firebase.h file. This allowed me to compile, but when trying to FIRAPP.configure() it came up with this error:

Has anyone ever experienced this before? Please note I am not using Cocoapods for all three.

0 投票する
2 に答える
1244 参照

ios - タブ間を移動した後、タブ バーのメイン ViewController に戻る

Swift 2.3、XCode 8.0 で iOS アプリを開発しています。私のアプリには 4 つのタブがあり、各タブには 4 つの異なるビュー コントローラーが接続されています。4 つのビュー コントローラーの内部には、ナビゲーション コントローラーが組み込まれています。

私の要件は、ユーザーがタブ 1 を選択すると、ViewController 1 に移動します -> 次に、ナビゲーション コントローラーがあるため、ユーザーは 2 番目の View Controller に移動できます。ただし、ユーザーが 2 番目のタブを選択してから最初のタブに戻ると、タブ 1 に直接接続されている最初のビュー コントローラーを表示する代わりに、[戻る] ボタンで最後に開いたビュー コントローラーが表示されます。最初のタブに接続されているView Controllerに直接移動するにはどうすればよいですか?

0 投票する
0 に答える
76 参照

ios - 関連する UIViewController に電話番号ボタンを使用したファブリック数字のログインが表示されない

こんにちは、私はswiftの初心者で、現在、iPadとiPhoneの両方でswift 2.3で行われたプロジェクトに取り組んでいます。ドキュメントにあるようにすべてを行いましたが、何らかの理由で電話番号ボタンを使用したピンク色のログインが画面に表示されません。コードは以下です。