Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 6用の開発システムを更新しました。作成したアプリをテストしていたときに、UITextfieldsから(null)を取得しています。
これが私がしていることの例です:NSString *email = usernameField.text;
NSString *email = usernameField.text;
そのテキストフィールドに入力して、入力した内容を返すと、(null)しか表示されません。
ここでiOS6に何が欠けていますか?
理解した。そのビューのテキストフィールドを合成するのを忘れました。以前はそれがなくても問題なく動作しましたが、iOS6の方が厳しいようです。