根据在选择器视图中选择的行组件更新表视图数据 [英] Update table view data based on row component selected in picker view

查看:47
本文介绍了根据在选择器视图中选择的行组件更新表视图数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个应用程序,我需要在一个页面中保存一个提醒,在其他页面中显示保存的提醒.我已经使用sqlite3成功完成了此操作

I have an app,where I need to save a reminder in one page and in other display the saved reminder.I have done it successfully using sqlite3

在查看提醒页面中,用户将有3个查看选项,查看我已经实施的所有选项,每月查看包含12个月选择器视图的每月视图,查看组

In the view reminder page,the user would have 3 options to view,view all which I have already implemented,view monthly that contains picker view with 12 months,view group

我找到了用于检索特定月份中所有提醒的查询,例如12月,我使用以下查询进行了检索:

I have found out the query for retrieving all the reminders in a particular month,say for month december,I have retrieved using the following query:

NSString *sqlQuery = [NSString stringWithFormat:@"select * from reminders WHERE Date BETWEEN '2012-12-01' AND '2012-12-31'"];

在进入查看月度页面(控制器)之前,有一个前面提到的月选择器视图,我知道我们可以有单独的视图控制器页面来显示12个月的数据,但是代码变得很忙.因此,我希望表格视图根据在选择器视图(行组件)中选择的月份自动更新.

Before entering in to view monthly page(controller),there is a month picker view as I have mentioned earlier,I know that we can have separate view controller pages for displaying the data of 12 months,but the code becomes hectic.Hence I want the table view to get updated automatically based on month selected in picker view(row component).

我该怎么办,有人可以帮我解决您的宝贵建议吗!

How can I do this,can any one please help me out with your valuable suggestions!

首先感谢所有:)

推荐答案

我在以下链接中找到了问题的答案:

I found out the answer for the question in the following link:

谢谢大家:)

这篇关于根据在选择器视图中选择的行组件更新表视图数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆