Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

module Praeclarum.AutoLayout
open System
#if __IOS__
open Foundation
open UIKit
type NativeView = UIView
#else
open MonoMac.Foundation
@hussam
hussam / EasyLayout.fs
Last active October 25, 2017 17:50 — forked from praeclarum/EasyLayout.fs
EasyLayout makes writing auto layout code in Xamarin.iOS F# easier. (Unified API)
module EasyLayout
open System
open Microsoft.FSharp.Quotations
open Microsoft.FSharp.Quotations.Patterns
open Microsoft.FSharp.Quotations.DerivedPatterns
open Foundation
open UIKit
open CoreGraphics
@hussam
hussam / hack.sh
Created March 31, 2012 14:22 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#