Skip to content

Instantly share code, notes, and snippets.

View pichirichi's full-sized avatar

Shai Shamir pichirichi

View GitHub Profile
import UIKit
class FloatingButtonController: UIViewController {
private(set) var button: UIButton!
required init?(coder aDecoder: NSCoder) {
fatalError()
}
@abury
abury / gist:1404051
Created November 29, 2011 08:45
Simple iOS Build Script
#!/bin/sh
# Simple iOS build script
# Written by Aron Bury, 29/11/2011
appname="AwesomeApp"
target_name="$appname"
sdk="iphoneos"
certificate="iPhone Developer: Joe Blogs"