Multiple Documents, Core Data & NSFetchedResultsController

2018-06-06 Thread Sam Smallman
Hey, I’m stuck in a bit of a rut here… I have a macOS Document Based Application using Core Data. Each document has its own Managed Object Context as created from the template NSPersistentDocument and is injected into the variety of model managers that need it throughout the app. As a way of

Re: Can I generate a segue this way?

2018-06-06 Thread Ben Kennedy
On Jun 6, 2018, at 11:14 PM, Rick Aurbach wrote: > Working with a storyboard, I add a Tap Gesture Recognizer, connect it to the > label, and connect the segue to the gesture recognizer. I think I've set > everything up correctly, but tapping on the label does not trigger the segue. You might

Can I generate a segue this way?

2018-06-06 Thread Rick Aurbach
I have a situation where I want a user tap on a UILabel to generate a segue. (Yes, it sounds a bit strange, but it makes sense in context.) Working with a storyboard, I add a Tap Gesture Recognizer, connect it to the label, and connect the segue to the gesture recognizer. I think I've set