Skip to content

Instantly share code, notes, and snippets.

View danielrobbins's full-sized avatar
💭
Back in action

Daniel Robbins danielrobbins

💭
Back in action
View GitHub Profile
@danielrobbins
danielrobbins / MyPage.cs
Created October 5, 2017 02:33
Test Xamarin.Forms app with Picker input issues
using System;
using System.Threading.Tasks;
using Xamarin.Forms;
public class Scene : object
{
protected RelativeLayout _slidein_layout = null;
protected RelativeLayout _static_layout = null;
protected StackLayout _next_button = null;