English 中文(简体)
UITextView setText, 失效
原标题:UITextView setText, getting null

I m mesing around with the iphone sdk and with Universal apps. 我在我讲一门话的课堂上都有UITextView,还有一个称为共享的一类(在我共同的班子里,UITextVIew被称作文字投入)。

我有一个UIButton,在压力下,我用一个共用类别的方法,因为我在评估发射时就安排了一个共用类别的例子,并从UITextView中获取价值,并将UITextVIew定到该文本。 我认为,如果我的行动方法使纽芬兰受到压力,那么我会这样做。

    [textInput setText:@"Accessing web service..."];
//  textInput.text = @"Accessing web service...";
    NSLog(@"self textInput: %s", [self textInput].text);

然而,我的安保记录仪显示我不理解的无效。 但是,如果我在UITextView中做了类似的事情,如果在纽特州受到压力,我就说了。

textView.text = @"Hello"; // textView is the UITextVIew in my iphone class

它运作。 因此,我很难看到这种脱节。 任何想法? 感谢。

问题回答

仅看贵国的本国后勤记录显示有误。 安保记录仪使用%@作为国家安保数据组的产出光谱仪。

NSLog(@"self textInput: %@", textInput.text);




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签