iPhoneアプリ開発 【Xcode】”Building for iOS simulator, but the linked framework xxx was built for iOS”が出た時の対処法 yu 2021年1月6日 スポンサーリンク “Building for iOS simulator, but the linked framework xxx was built for iOS” (xxxはフレームワーク名) 上記エラーが出た場合は、ひとまず以下の設定を行うとビルド時にエラーは回避できる。 BuildSettings ->"Validate Workspace"をYes Swift xcode スポンサーリンク スポンサーリンク
iPhoneアプリ開発 【Swift3】UITableViewのCellを非選択状態にする方法 2017年7月30日 yu coglay Blog UITableViewはデフォルトだとCellを選択すると、非選択状態にする処理がないため、その他のCellを選択するまで選択状態のままとな …
iPhoneアプリ開発 【Swift】Viewのframe, bounds, centerについて 2016年10月23日 yu coglay Blog iOSアプリを作成する過程で必ず登場するframe, bounds, center。 はっきりした意味が分からず何となく使っていたが、 …
iPhoneアプリ開発 【Swift】UIScrollViewにWebから取得した画像をAutoLayoutを使わず横3列で表示 2016年10月21日 yu coglay Blog 指定したURLから取得した複数の画像をUIScrollViewに表示する方法。 AutoLayoutを使わず、横3列で画像を表示する。 …