Simon Cook
Simon Cook
Hi, Is there a way to have the grid animate when laying itself out when the bounds of the gridview change? I have a grid in a resizeable pane in...
``` - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)finished { BOOL presenting = [[anim valueForKey:@"presenting"] boolValue]; if (presenting && finished) { if ([_delegate respondsToSelector:@selector(calloutViewDidAppear:)]) [_delegate calloutViewDidAppear:(id)self]; } else if (!presenting && finished) { [self...
### What happened? When trying to turn the new `enforceExplicitDependencies` option on, the app no longer builds due to issues with Google Maps. ### How do we reproduce it? [GoogleMapsTuist.zip](https://github.com/tuist/tuist/files/13880701/GoogleMapsTuist.zip)...
### What happened? We've just updated Tuist from 4.9.0 to 4.17.0 and now all the generated TuistBundle+* files are causing swiftlint errors. Previously the file looked like this: ``` //...