Re: "Settings" button in UITableView

2010-09-25 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/24/10 9:31 AM, Remco Poelstra wrote: > Interesting point, I've been thinking about that as well. The problem > is that I think it's confusing for the user. In the wifi settings > pane, the user either selects the row or goes to a detail view. In m

Re: "Settings" button in UITableView

2010-09-25 Thread Matt Neuburg
On or about 9/24/10 9:36 AM, thus spake "Remco Poelstra" : > Is there some precaution I've to take to make sure the buttons slide in nicely > like they do in the mail app? I've currently no idea about coding animations > and such. Animation is easy. Just remember that only the visible cells (-vis

Re: "Settings" button in UITableView

2010-09-24 Thread Remco Poelstra
Op 24 sep. 2010 om 17:15 heeft Matt Neuburg het volgende geschreven: > On Fri, 24 Sep 2010 10:33:28 +0200, Remco Poelstra > said: >> Hi, >> >> I've a UITableView with UITableViewCell of style UITableViewStyleSubtitle. >> The table shows devices that the app has found on the Wifi network. When

Re: "Settings" button in UITableView

2010-09-24 Thread Remco Poelstra
Hi, Interesting point, I've been thinking about that as well. The problem is that I think it's confusing for the user. In the wifi settings pane, the user either selects the row or goes to a detail view. In my case the user goes to a tableview when he selects the row, but the disclosure button

Re: "Settings" button in UITableView

2010-09-24 Thread Conrad Shultz
Hi Remco, I haven't done what you're asking so I don't have the sort of ready answer others on the list probably do, but I would ask why you don't use a detail disclosure button (i.e. the right arrow inside a blue circle) in each table cell for this purpose. UITableView very much supports this

Re: "Settings" button in UITableView

2010-09-24 Thread Matt Neuburg
On Fri, 24 Sep 2010 10:33:28 +0200, Remco Poelstra said: >Hi, > >I've a UITableView with UITableViewCell of style UITableViewStyleSubtitle. >The table shows devices that the app has found on the Wifi network. When >I click on a row I show a detailview of the device. This all works fine. >The devic

"Settings" button in UITableView

2010-09-24 Thread Remco Poelstra
Hi, I've a UITableView with UITableViewCell of style UITableViewStyleSubtitle. The table shows devices that the app has found on the Wifi network. When I click on a row I show a detailview of the device. This all works fine. The device has some internal configuration settings that the user needs