Skip to content

Instantly share code, notes, and snippets.

View Clancey's full-sized avatar

James Clancey Clancey

View GitHub Profile
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Diagnostics;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace Praeclarum.UI
{
@Clancey
Clancey / Layout.cs
Last active December 24, 2015 08:39 — forked from praeclarum/Layout.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using MonoTouch.UIKit;
namespace MonoTouch.UIKit
{
public static class Layout
{
using System;
using System.Collections.Generic;
using System.Linq;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace TestTimer
{
// The UIApplicationDelegate for the application. This class is responsible for launching the
class MyTabBarController () : UITabBarController
{
public MyTabBarController () : base ()
{
}
public override void ViewWillAppear (bool animated)
{
base.ViewWillAppear (animated);