TableView Segue

2015-10-08 Thread Gerriet M. Denkmann
I just created a new project with Xcode 7.0: iOS Master-Detail App. The TableView in one of the Master Scenes has a Cell, which in Utilities → Connections inspector displays (under Triggered Segues): selection → Navigation Controller show detail. The same Scene has a UIStoryboardSegue called “sho

Dead Reckoning

2015-10-08 Thread Michael de Haan 
I am trying to derive a DR fix from an initialized CLLocation. Like this. (Playground) let fixTime = NSDate(timeInterval: (1.00 * 60.00 * 60.00 * -1.00), sinceDate: NSDate()) // one hour ago let fixLocation = CLLocation(coordinate: CLLocationCoordinate2DMake(boatLocation.coordinate.latitude,

Re: iOS Keyboard Woes

2015-10-08 Thread Glenn L. Austin
> On Oct 8, 2015, at 1:59 AM, Gerriet M. Denkmann wrote: > > A simple app with iOS 9.0.2: > MasterView has TableView + SearchBar > DetailView has other stuff. > > Two things I am trying to do (and failing miserably) > > Scenario A: > Back from DetailView to MasterView with keyboard already in p

Re: NSTextField subclass needs cell subclass as well - how?

2015-10-08 Thread Malayil George
Hi, I've set the cellClass in the +load() method (on the textfield subclass) using setCellClass under mavericks. If memory serves me right, it set the cell in yosemite as well. I was however, creating my cells in code as well. If you are coding in objective-c, then you might be able to set it the

Re: [SOLVED] How to get a condensed San Francisco UIFont?

2015-10-08 Thread David Hoerl
On 10/7/15 7:27 PM, Jens Alfke wrote: On Oct 7, 2015, at 4:01 PM, David Hoerl mailto:dho...@mac.com>> wrote: then add a "condensed" attribute: let fd2 = fd1.fontDescriptorByAddingAttributes[ the magic sauce ] I haven’t used this API, but from looking at the header, I would try: let fd2 = f

iOS Keyboard Woes

2015-10-08 Thread Gerriet M. Denkmann
A simple app with iOS 9.0.2: MasterView has TableView + SearchBar DetailView has other stuff. Two things I am trying to do (and failing miserably) Scenario A: Back from DetailView to MasterView with keyboard already in place. What I get (and don’t like) is: MasterView slides in from left (but wit