0
跨多个平台使用mt.dialog中使用的结构会很好。特别是,我想使用类成员,像这样能够对自动生成基于WPF的形式:是否有相当于WPF的mt.dialog?
[Entry (KeyboardType=UIKeyboardType.Url, Placeholder="n/a")]
public string Url;
[Entry (Placeholder="n/a")]
public string Terms;
[Entry (Placeholder="Your feedback")]
public string Feedback;
[Entry (KeyboardType=UIKeyboardType.EmailAddress, Placeholder="Your email address")]
public string Email;
[RadioSelection("Mood")]
public Moods Mood;
什么是'mt.dialog'? – SLaks 2011-05-05 00:18:26
如果我不得不猜测,https://github.com/migueldeicaza/MonoTouch.Dialog – 2011-05-05 00:19:36
事实上,就是这样。 – tofutim 2011-05-05 05:14:35