Thumbnail of post image 122

Swift

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

Thumbnail of post image 078

Swift

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

Thumbnail of post image 144

Swift

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

Thumbnail of post image 143

Swift

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

Thumbnail of post image 019

Swift

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

Thumbnail of post image 194

書籍目次

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

Thumbnail of post image 113

書籍目次

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

Thumbnail of post image 096

書籍目次

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

Thumbnail of post image 190

memo

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

Thumbnail of post image 079

Swift

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