LIFE

Thumbnail of post image 107
E26のBluetooth電球を使って、スマートライトをアレクサ不要で使用することができます。

Objective-C,Swift

Thumbnail of post image 065
Objective-CではUserInteractionEnabledを、 SwiftではisUserInteractionEnabledを使ってBOOL判定を行います。 UserInteractionEnabled = YESで有効NOで無効にすることができます。

BUY,LIFE,ミニマリスト

Thumbnail of post image 158
ミニマリストが教える、低価格から始めれるデスクの配線整理紹介です。 お金をかけずに配線生理にもってこいのアイディア!

Objective-C

Thumbnail of post image 127
Objective-Cでの文字列の結合はstringWithFormat・stringByAppendingString・appendStringの3つがあります。

Other

Thumbnail of post image 113
今回はMacBookのファンに悩まされている、方々に向けて、ファンの掃除方法と発熱対策を紹介していきます。

Objective-C

Thumbnail of post image 153
Objective-Cでのタイマー機能はNSTimerでsetTimeoutのように◯秒後に処理で行うことができます。 NSTimer *timer = ;