Skip to content

Instantly share code, notes, and snippets.

View baiIey's full-sized avatar

Brian Bailey baiIey

View GitHub Profile
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>fb{your-app-id}</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
-framework "FBSDKLytroKit" -framework "FBSDKCoreKit" -framework "Bolts"
use_frameworks! # Please make sure this line in your Podfile and not commented
pod 'LytroKit'
@baiIey
baiIey / .block
Last active October 19, 2016 02:26
rect()
license: mit
scrolling: no
border: no
@baiIey
baiIey / .block
Last active September 20, 2016 22:16
squared()
license: mit
@baiIey
baiIey / center.css
Last active September 11, 2015 04:56
Simple CSS vertical and horizontal centering (late 2015)
*{
margin: 0;
padding: 0;
}
body, html{
height: 100%;
}
.container{
@baiIey
baiIey / .coffee
Last active August 29, 2015 14:26
Video layer hides when completed and has event-listeners
bg = new BackgroundLayer
print "background created"
# Create image layer
finishText = new Layer
height: 100, width: 539
image: "youFinish.png"
print "finishText created"
# finishText becomes hidden