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
Post a Comment