Tank

Results 5 issues of Tank

UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:viewController]; navigation.modalPresentationStyle = UIModalPresentationCustom; navigation.transitioningDelegate = self.transitionAnimator; [self presentViewController:navigation animated:YES completion:nil]; Warning: Attempt to present on which is already presenting 不能显示controller

when i remove the mothod - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event; in the AXStretchableHeaderView. how can you implement both click envent and move envent on the header. thanks!

我在 view debug 中发现 statusbar 高度为44时候多次添加,为透明状态。

I really like this framework, but the code examples for this framework are not written in detail, the documentation looks difficult, and beginners need to spend more time. I hope...