記事「Swift」 の 検索結果 658 件
-
[iOS] Appの有効なaps-environmentエンタイトルメント文字列が見つかりませんエラーが出たのでメモ久方ぶりの新アプリでプッシュ通知のアプリを作成した時に発生 エラーAppの有効なaps-environmentエンタイトルメント文字列が見つかりません 原因プロビジョニング..
-
[Swift] Cannot invoke 'reloadRowsAtIndexPaths' with an argument list of type '(NSIndexPath!, withRowAnimation: UITableViewRowAnimation)'エラー対応のメモ UITableViewで特定の行だけ更新する処理でエラーが出た エラー Cannot invoke 'reloadRowsAtIndexPaths' with an arg..
-
[iOS] PUSH通知を本番用の証明書だけで実機デバッグするバグ技PUSH通知を本番用の証明書だけで実機デバッグするバグ技をメモ環境iOS8.1.3Xcode6.3 手順1、実機でデバッグこのとき DeviceToken の取得に成功していること。 2、実機..
-
[Storyboard] カスタムセルでエラーStoryboardでカスタムセルを配置したらエラーが出たので対応メモ エラーUnknown class Cell in Interface Builder file. 原因カスタムセルに S..
-
[Swift] Generic type 'Dictionary' specialized with too few type parameters (got 1, but expected 2)Dictionary型のエラーの対応 ■エラーGeneric type 'Dictionary' specialized with too few type parameters (got 1,..
-
[Swift] Cannot invoke 'animateWithDuration' with an argument list of typeエラーが出たので対応 UIView.animateWithDuration でアニメーションつけようとしたら以下のエラーがでた エラー Cannot invoke 'animateWithD..
-
[Swift] Type 'ViewController' does not conform to protocol 'InterfaceDelegate'エラー対応のメモViewController に自作の InterfaceDelegate を設定していたときに発生したエラー。 以下のような感じ。classViewController:UIVie..
-
Hello MarimoNeko World !!最初の投稿ということで、とりあえず「Hello MarimoNeko World !!」です。 あなたは、どちらのボタンを押してくれますか? ついに、iOSの開発者に正式登録してもらえ..
-
[Swift] シェイクジェスチャーSwift のシェイクジェスチャーのメモ 簡単なほうのシェイクジェスチャープログラム ソースコード /** シェイクジェスチャー検知 */ overri..
-
[Storyboard] this class is not key value coding-compliant for the keyエラーメモアプリ動かしていたらエラーで止まった。次のStoryboardのViewを読み込もうとして止まったけど、怪しいところが無くてよく分からなかった。エラーの意味も分からなかったし... t..
-
[Swift] could not insert new outlet connectionエラー対応メモ以下のエラーが出た could not insert new outlet connection 原因Swiftプロジェクト上でstoryboardを新規作成した。今までは、..
-
[Swift] Cannot invoke '*' with an argument list of type '(@lvalue Int, Int)'エラーメモSwift で計算式かいてみたらエラーが出た Cannot invoke '*' with an argument list of type '(@lvalue Int, Int)' ..