문제

I'm trying to connect my IBOutlet UITextView but it can not connect via the Interface Builder, algumém been through this problem? and how do I make this connection with my IBOultlet?. My IBOutlet is declared like this:

the file. ago IBOutlet UITextView * notesFields;

the file. m @ synthesize notesFields;

thank youenter image description here

도움이 되었습니까?

해결책

Looks like you are using a UITextField rather than a UITextView. Change the IBOutlet declaration to a UITextField.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top