ゆうとうせい
ゆうとうせい
@ZevEisenberg Thanks for your reply, @k3oirj2 is my another account, and i don't use it anymore. I will update my core text sample code into my repository. and i will...
具体用法: ```Objective-C #pragma mark #Ma.).Mi# - scrollview action - (void)scrollViewDidScroll:(UIScrollView *)scrollView { UITabBarController *rootController = (UITabBarController *)self.navigationController.parentViewController; UITabBar *tabBar = rootController.tabBar; [UIView animateWithDuration:0.3f delay:0.f options:UIViewAnimationOptionCurveEaseInOut animations:^{ NSString *direction = scrollView.mj_scrollDirection;...
Yeah, you are right. I prefer to use NS_ENUM(...) before, but i found that is not the most important part, but now i think it's the good idea when programmer...
改动: 将 mj_scrollDirection 类型改为 enum ScrollDirection, 方便 switch case 情况的维护: ```Objective-C #pragma mark #Ma.).Mi# - scrollview action - (void)scrollViewDidScroll:(UIScrollView *)scrollView { UITabBarController *rootController = (UITabBarController *)self.navigationController.parentViewController; UITabBar *tabBar = rootController.tabBar;...