Skip to content

Instantly share code, notes, and snippets.

@nolili
nolili / gist:2922de9635dcf946f427
Last active August 29, 2015 14:02
WWDC2014Music
Bastille – Pompeii
Jack White – Lazaretto
Beck – Gamma Ray
OneRepublic – Counting Stars
MGMT – Electric Feel
Sbtrkt – Wildfire (feat. Little Dragon)
Wilco – You Never Know
Mumford & Sons – I Will Wait
Gorillaz – Stylo (feat. Mos Def and Bobby Womack)
Daft Punk – Instant Crush

How to use swift in your terminal

setup

First, install Xcode 6 beta.

And run it.

sudo xcode-select -switch /Applications/Xcode6-Beta.app/Contents/Developer
@shinyaohira
shinyaohira / View Controller Programming Guide for iOS.md
Last active July 19, 2023 13:23
iOS View Controllerプログラミングガイド

storyboard上で、initial view controllerから他のview controllerに対してrelationshipを確立します。同様に、それらのview controllerから他のview controllerにrelationshipを確立します。最終的に、storyboard上のほとんど、あるいは全てのview controllerを一つのグラフに接続します。接続されたview controllerが、iOSによっていつインスタンス化されるかは、relationshipのタイプによって決まります。

@Gab-km
Gab-km / github-flow.ja.md
Last active April 25, 2024 04:01 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)