Chris Vasselli

Results 16 comments of Chris Vasselli

It looks like it's treating all devices with a scale of 3 as if they are doing the scaling trick that the "plus" devices do. I think isZoomed is probably...

I'm not crazy about all of the `#if TARGET_OS_IPHONE`s strewn about. I think it might be cleaner to move some things into Mac-specific and iOS-specific files at some point. Or...

Looks like Deliver needs to be updated to support the new size. Unfortunately I haven't had time to dive in and try to make a PR myself. Looks like it...

Was running into this myself, and just figured it out. Add ``` NextLevel.shared.photoConfiguration.preset = AVCaptureSession.Preset.photo ```

I just attempted to remove KCOrderedAccessorFix from my project, and unfortunately, it seems like there are still issues. Specifically, the `- (void)insert:(NSArray *)value atIndexes:(NSIndexSet *)indexes;` selector does not seem to...

I put together a little test. I have a type `KanjiEntry` in my app, that has an ordered to-many relationship called `readings` to a type called `KanjiEntryReading`. Core data automatically...

I just filed a radar, FB7330607. I also uploaded a simple test project illustrating the behavior here: https://github.com/clindsay/TestCoreDataOrderedRelationships So if anyone finds this thread in the future and wants to...