Re: [swift-users] Issues with UITableView*

2016-09-13 Thread Adam Stoller via swift-users
I will respond to this directly to Ole - as I was informed this was not the correct list for such discussions, and I have since unsubscribed and subscribed to the cocoa-dev list instead. Many thanks… —fish (Adam Stoller) > On Sep 12, 2016, at 18:41, Ole Begemann wrote: > > > Hmm - interesti

Re: [swift-users] Issues with UITableView*

2016-09-12 Thread Adam Stoller via swift-users
Hmm - interesting to know. Unfortunately, if I do that, then I get NO indication of selection when I click on ANY row. Perhaps I need to make some other changes to account for the change in how I get the cell? —fish (Adam Stoller) > On Sep 12, 2016, at 18:08, Ole Begemann wrote: > > > The c

[swift-users] Issues with UITableView*

2016-09-12 Thread Adam Stoller via swift-users
I’m trying to do something that I thought would be rather simple: Display a list of information in rows of a table (in this case, each row would contain a ‘name’ and a ‘location’ label)If clicked on once, the row should become selected (highlighted and checked)If clicked on again (same row), the ro