c# - How to get/set text into View Text ? MonoMac - Xamarin, IB - Xcode, -



c# - How to get/set text into View Text ? MonoMac - Xamarin, IB - Xcode, -

i'm creating app in xamarin monomac. ui created ib xcode. created view text area, can't set/get text to/from it. tried search, without success.

i need textfield.stringvalue used textfields.

thanks

you need create outlet text field. xamarin auto generate property after , able set textfield.stringvalue. see doc here:https://developer.apple.com/library/ios/recipes/xcode_help-ib_connections/chapters/creatingoutlet.html

c# xcode xamarin

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -