简体   繁体   中英

In debug mode, how to see the text property of a UITextField?

I am stepping through code in a UITextField , but I don't see where it shows what the text currently is (it should be @"hi" ). Where would I find this value?

在此输入图像描述

试试这个:(在调试信息所在的控制台中)输入:po textField.text

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