Category Archives: Xcode

RxSwiftのシンプルな説明

RxSwiftのシンプルな説明 Swiftで簡単なアプリを写経するのは簡単なので … Continue reading

Posted in iOS, Swift, Xcode, 技術情報 | Leave a comment

Alamofireで取得したデータをTableViewで表示する

3年以上ぶりに、iOSの開発を行い始めた。今の時代はswift4 なのね。 ■ … Continue reading

Posted in Swift, Xcode, 技術情報 | Leave a comment

Swift4 ボタンとラベルのコード

覚え書き。 [objc] override func viewDidLoad() … Continue reading

Posted in Swift, Xcode, 技術情報 | Leave a comment

Xcode Alamofire で通信エラー

下記のエラーが出た。 The resource could not be loa … Continue reading

Posted in Swift, Xcode, 技術情報 | Leave a comment

Alamofire インストール時のcocoapodエラー

久しぶりに、swift で iOSの開発。 Podfile に以下を記述した。 … Continue reading

Posted in iOS, Xcode, 技術情報 | Leave a comment

Unable to run app in Simulator

ビルドは上手くいくが、下記のエラーが出力されるときの対応。 [c] Unable … Continue reading

Posted in iOS, Mac, Swift, Xcode, 技術情報 | Leave a comment