Re: UIDocumentBrowserViewController and file package documents

2017-06-20 Thread Kyle Sluder
On Tue, Jun 20, 2017, at 03:40 PM, davel...@mac.com wrote: > I'm trying out the new UIDocumentBrowserViewController in iOS 11 (using > the iPad simulator). I can get it to create a new document (which is a > file package) for my app, but tapping on the document in the >

UIDocumentBrowserViewController and file package documents

2017-06-20 Thread davelist
I'm trying out the new UIDocumentBrowserViewController in iOS 11 (using the iPad simulator). I can get it to create a new document (which is a file package) for my app, but tapping on the document in the UIDocumentBrowserViewController does not cause the delegate method documentBrowser(_

Re: Embedded Collection View Controller scrolling issue

2017-06-20 Thread Doug Hill
> On Jun 19, 2017, at 11:50 PM, Quincey Morris > wrote: > > On Jun 19, 2017, at 23:45 , Doug Hill > wrote: >> >> I'm still looking for other ways to track this down. > > I think you’re going to have to

Re: NSTimer or what?

2017-06-20 Thread Gerriet M. Denkmann
> On 20 Jun 2017, at 16:24, Alastair Houghton > wrote: > > On 20 Jun 2017, at 04:04, Gerriet M. Denkmann wrote: >> > >> 2. some other thing repeatedly about every 0.1 second. > > Personally, I’d choose an API that directly supports

Re: Help with Storyboard Problem

2017-06-20 Thread Dave
> On 19 Jun 2017, at 22:31, Quincey Morris > wrote: > > On Jun 19, 2017, at 11:24 , Dave > wrote: >> >> I’ve tried using Segues but can’t get that to work > > You haven’t said what “can’t get

Re: Help with Storyboard Problem

2017-06-20 Thread Dave
Hi Doug and thanks for the help. Please see comment below. > On 19 Jun 2017, at 21:22, Doug Hill wrote: > > The process to set up a 'Show' segue is: > - Control-Click on the button in the Storyboard > - Drag to the View Controller window you want to present > - Select

Re: NSTimer or what?

2017-06-20 Thread Gerriet M. Denkmann
> On 20 Jun 2017, at 16:24, Alastair Houghton > wrote: > > On 20 Jun 2017, at 04:04, Gerriet M. Denkmann wrote: >> >> macOS 11+ >> >> Some Cocoa app which has to do: >> 1. something a few seconds later > > The main issue here isn’t energy

Re: NSTimer or what?

2017-06-20 Thread Alastair Houghton
On 20 Jun 2017, at 04:04, Gerriet M. Denkmann wrote: > > macOS 11+ > > Some Cocoa app which has to do: > 1. something a few seconds later The main issue here isn’t energy use so much as whether you want to be able to cancel the operation. If you need to be able to cancel

Re: Embedded Collection View Controller scrolling issue

2017-06-20 Thread Quincey Morris
On Jun 19, 2017, at 23:45 , Doug Hill wrote: > > I'm still looking for other ways to track this down. I think you’re going to have to submit a bug report or use a TSI to get Apple to tell you what to do. ___ Cocoa-dev mailing

Re: Embedded Collection View Controller scrolling issue

2017-06-20 Thread Doug Hill
Hello Quincey, First, I should have originally made clear this is iOS, apologies. Also, to clarify, I am talking about the drag-scroll gesture, which would be the Pan gesture. The scroller-within-a-scroller is definitely more complex but I've usually made them work in previous view

Re: Embedded Collection View Controller scrolling issue

2017-06-20 Thread Quincey Morris
On Jun 19, 2017, at 16:22 , Doug Hill wrote: > > The embedded collection view will only scroll if I drag on the area of the > collection view that is originally visible. Can you clarify this a bit? Are you talking about the autoscrolling that happens when you drag-select,