使用按钮选择时如何使用 datePicker 在文本视图中显示文本
当日期选择器中的按钮选择日期时,我试图在 txt 视图中显示文本......因此,当日期选择器位于 2010 年 1 月 30 日(或您想要的每个日期)时,您按下选择按钮当天的句子(或您选择的任何一天)会在 txt 视图中弹出......每天的每个句子都不同 在 iPad 版 Xcode 中编写代码
非常感谢任何帮助
Iam trying to have text displayed in a txt view when the date is picked by a button in a date picker....so when the date picker is on jan 30,2010 (or what every date you want) you press the select button and the sentence for that day (or what ever day you pick) pops up in the txt view..... each sentence is different for each day
Doing the code in Xcode for iPad
Any help is greatly appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从字符串中按钮事件的日期选择器获取日期为 -
然后将此字符串设置为标签 -
get the date from date picker on a button event in a string as -
then set this string to a label as -