Chris

Results 3 issues of Chris

If you have auto-hiding turned on for your tab bar and then you close the 2nd to the last tab, the update: method would hide the tab bar, then short-circuit...

High level overview of the bug: You're using a dictionary for _priorityIndexes_, so you effectively loose sight of view indexes if you have 2 or more subviews set to the...

In the following method: - (BOOL) setPositions:(NSArray *)newPositions ofDividersAtIndexes:(NSArray *)indexes animated:(BOOL) animated completitionBlock:(void (^)(BOOL isEnded)) completition near the top of that method, you have the following: ``` if ([self.eventsDelegate respondsToSelector:@selector(splitView:splitViewIsAnimating:)])...