MonoTouch UIPopupLoginView custom popup login view
Hey Guys, Alex asked me to post this, so here it is. The screenshots are on a previous post of mine, here is the code, and i’ll include a little note on usage afterwards. Cheers.using System; using System.Net; using System.Drawing; using System.Linq; using System.Xml; using System.Xml.XPath; using MonoTouch.UIKit; using MonoTouch.Dialog;
namespace PopupLogin { public class UIPopupLoginView : UIAlertView ...


No comments yet, be the first one to post comment.