Thumbnail of post image 026

Swift

init(documentTypes:in:)はiOS14からDeprecatedになりました。 警告が出来るだけで使う事は出来ます。 iOS13の場合 iOS ...

Thumbnail of post image 143

Swift

Viewの階層 UIView(view) | UIView(menuView) | UIButton(menuFile) menuView.alphaで設定 子 ...

Thumbnail of post image 142

Swift

UIDeviceOrientationとUIInterfaceOrientationはenum extensionでtoString()実装 Javaエンジニア ...

Thumbnail of post image 093

Swift

デバイスというかアプリの方向検出 机の上に置いた状態で検出は「UIDevice.current.orientation」は出来ない。 「UIApplicatio ...

Thumbnail of post image 106

Swift

コード全体 Viewの生成と親Viewへ追加 AutoLayoutの設定 Storyboardの場合 コードの場合:NSLayoutAnchorを使用する tr ...

Thumbnail of post image 044

書籍目次

ハンズオンNode.js オライリー・ジャパン 著者:今村謙士 まえがき 1章 イントロダクション 1.1 Node.jsの特徴 1.1.1 イベントループによ ...

Thumbnail of post image 164

書籍目次

Coders(コーダーズ)凄腕ソフトウェア開発者が新しい世界をビルドする 日経BP 著者:クライブ・トンプソン 訳者:井口耕二 解説:及川卓也 第1章 リアルを ...

Thumbnail of post image 089

書籍目次

ソフトウェアシステムアーキテクチャ構築の原理 第2版 SB Creative 著者:Nick Rozanski、Eoin Woods 訳者:牧野祐子 監修:榊原 ...

Thumbnail of post image 122

memo

WEB+DB PRESS Vol.120 特集 自作OS×自作ブラウザで学ぶWebページが表示されるまで 第1章 Webページが表示されるまで 第2章 簡単な通 ...

Thumbnail of post image 049

Swift

iPad Pro用手帳アプリオリジナル作成 背景は前記事 「手帳「アクションプランナー」→「Planner」、最終的にはオリジナルへ」 独自PKToolPick ...