Hi Ray, You might want to have a look at my fork of MT Dialog - I have added these properties to reflect.cs and elements.cs.
https://github.com/chrisbranson/MonoTouch.Dialog Example usage: [Section ("Server")] [Caption ("Address"), Entry ("Enter your server address", UIKeyboardType.Url, UITextAutocapitalizationType.None, UITextAutocorrectionType.No)] public string ServerAddress; My fork is up to date with Miguel's. Cheers, Chris On 07/07/2011 22:03, vbisbest wrote: > Thanks Nic. You are right, those properties are not exposed. Hopefully I > can get around to adding those attributes and submit the changes to github. > For now, none of my fields use auto correct and spell check, so I just hard > coded that in Element.cs. > > Ray > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/DialogViewController-and-UITextField-autocorrect-feature-tp3652177p3652598.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
