Skip to content

Instantly share code, notes, and snippets.

View edgarfgp's full-sized avatar
🏡
F# Swift C#

Edgar Gonzalez edgarfgp

🏡
F# Swift C#
View GitHub Profile
@praeclarum
praeclarum / EasyLayout.fs
Last active August 23, 2020 09:52
EasyLayout makes writing auto layout code in Xamarin.iOS F# easier.
module EasyLayout
open System
open System.Drawing
open Microsoft.FSharp.Quotations
open Microsoft.FSharp.Quotations.Patterns
open Microsoft.FSharp.Quotations.DerivedPatterns
open MonoTouch.Foundation
open MonoTouch.UIKit