1

我在我的应用程序中使用 UITextView。对于 textview,我使用如下数据检测:

 UITextView *tv=[[UITextView alloc]init];
tv.dataDetectorTypes=UIDataDetectorTypePhoneNumber;

没关系 。它正在检测电话号码。但我想将此电话号码提取到另一个变量中。是否有任何规定可以从 UITextView 获取检测到的数据?

4

0 回答 0