从 UITextField 生成 NSString
我需要生成一个以 UITextField 命名的 NSString。然后我还需要能够使用这个字符串。有人有任何想法做这样的事情吗?
谢谢, Jacob
编辑:
用户将输入他/她的名字。然后该名称将生成为 NSString - 这将是字符串名称。就像你会说的那样,
NSString *NAME;
我需要将字符串命名为无论名称是什么。
i need to generate a NSString named after a UITextField..Then i also need to be able to use this string. anyone have any kind of idea to do something like this?
Thanks,
Jacob
Edit:
The user will type in his/her name..this name will then be generated into a NSString--It will be the strings name. Like how you would say
NSString *NAME;
i need the string to be named whatever there name is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是以下内容吗?
Do you mean the following?