Skip to content

Instantly share code, notes, and snippets.

View nmilcoff's full-sized avatar

nmilcoff nmilcoff

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using MvvmCross.Binding.Attributes;
using MvvmCross.Core.ViewModels;
using MvvmCross.Platform.WeakSubscription;
using UIKit;
namespace MvvmCross.StackView
{