开发者

Need Help calling a function when UI Picker value selected

开发者 https://www.devze.com 2023-03-31 00:47 出处:网络
I am building a simple unit conversi开发者_StackOverflowon app and want to have the user select what type conversion they want and have a function called so that when they input a number in one of the

I am building a simple unit conversi开发者_StackOverflowon app and want to have the user select what type conversion they want and have a function called so that when they input a number in one of the text boxes the conversion gets displayed in the other. I am using an NSMutableArray.


You could use the delegate method textFieldDidEndEditing: or register for UITextFieldTextDidChangeNotification.

0

精彩评论

暂无评论...
验证码 换一张
取 消