What is the difference between vertical and horizontal views in iOS?

2016-02-27 Thread nicholasacosta775
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

Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback

2016-02-27 Thread Keary Suska
> 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: >>

Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback

2016-02-27 Thread Ben Kennedy
> 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 >

Re: Triggering UITableView's -didSelectRowAtIndexPath: delegate callback

2016-02-27 Thread Ben Kennedy
> 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

Triggering UITableView's -didSelectRowAtIndexPath: delegate callback

2016-02-27 Thread Carl Hoefs
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