简体   繁体   中英

objective-c - iOS - textfield to int variable

Problem with textfield and integer variable. I use textfield to write a number and in function I work with this number.

int changeid = [idchoice text];

But I must retype, how?

int changeid = [idchoice.text intValue];

完成。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM