Re: Creating NSTableView programmatically

2017-12-14 Thread corbin dunn
> On Dec 12, 2017, at 2:12 AM, Eric Matecki wrote: > > Hi, > > On 11/12/2017 20:10, Quincey Morris wrote: >>> I made my own text field class according to this (in NSTableCellView's doc) >>> : >> >> I think you’re still kinda Doing It Wrong™. The standard (and, I believe, >> recommended) way

Re: Background fetch is never called

2017-12-14 Thread Viacheslav Karamov
Yes 13.12.17 16:09, Steve Christensen wrote: Are you calling -[UIApplication setMinimumBackgroundFetchInterval:] in -application:didFinishLaunchingWithOptions:? According to the documentation: Specifies the minimum amount of time that must elapse between background fetch operations. This p