Eugene Martinson

Results 12 comments of Eugene Martinson

AppDelegate code: ``` mainViewController *mainController = ((mainViewController*)self.window.rootViewController); NSLog(@"delegateMOC: %@",self.managedObjectContext); mainController.managedObjectContext = self.managedObjectContext; ActivityCollectionViewController *activityController = (ActivityCollectionViewController *)mainController.contentViewController; activityController.managedObjectContext = self.managedObjectContext; leftMenuController *leftMenu = (leftMenuController *)mainController.leftMenuViewController; leftMenu.managedObjectContext = self.managedObjectContext; ``` I...

Thank you for this awesome layout! Looking forward to this option too

Thanks! I helped me also! Isn't it strange to use the same code? ``` if (self.positionYAxisRight) { center = CGPointMake(positionOnXAxis, self.frame.size.height - lRect.size.height/2); } else { center = CGPointMake(positionOnXAxis, self.frame.size.height...

Can we expect official fix for this? Quite annoying to have this over than 6 months.

@theoriginalgri Thank you!!! Your solution with parentView worked perfect!!!

@rundfunk47 Meanwhile is there any workaround now to change modal transition animation ? May be we can specify `.transition(.opacity)` to some view?

No, to support Carthage publisher should provide XCode Project with shared schema which can produce XCFramework as build result. Without this carthage will fail with `Dependency "stinsen" has no shared...

And also configure custom spacing per header level

Hi, any updates here? Maybe there are other ways to check if we're currently presenting this screen? Or mark some routes as exclusive (may be showed only once at a...