iOS 9.2
At certain times I need to update the data source for a table view. Then I
cause the row that was updated to be selected using UITableView's
-selectRowAtIndexPath::: method. That much works fine.
The problem is that the delegate callback associated with selecting that row
doesn't occu
> On Feb 27, 2016, at 11:01 AM, Carl Hoefs
> wrote:
>
> The problem is that the delegate callback associated with selecting that row
> doesn't occur. And indeed, I have since found that the documentation for this
> method says:
>
> "Calling this method does not cause the delegate to receive
On Feb 27, 2016, at 12:10 PM, Ben Kennedy wrote:
>
>> On Feb 27, 2016, at 11:01 AM, Carl Hoefs
>> wrote:
>>
>> The problem is that the delegate callback associated with selecting that row
>> doesn't occur. And indeed, I have since found that the documentation for
>> this method says:
>>
>>
> On 27 Feb 2016, at 11:17 am, Carl Hoefs
> wrote:
>
> Yes, that works, thanks! I just thought there might be a "preferred" way to
> do it. I guess I was hoping for something like:
>
> [myTableView selectRowAtIndexPath:indexPath
> animated:YES
> scr
> On Feb 27, 2016, at 3:59 PM, Ben Kennedy wrote:
>
>
>> On 27 Feb 2016, at 11:17 am, Carl Hoefs
>> wrote:
>>
>> Yes, that works, thanks! I just thought there might be a "preferred" way to
>> do it. I guess I was hoping for something like:
>>
>> [myTableView selectRowAtIndexPath:indexPath
Sent from my iPhone hi, I want to know if I should use a vertical or a
horizontal view in an iOS app that I am trying to write. Basically, I am using
stack views. What is the difference between these two views? If I use a
vertical or horizontal view, what will happen to my app? Is it better to