mirror of
https://github.com/Burrit0z/kai
synced 2025-07-01 21:56:47 +00:00
progress towards rewrite (code trash rn)
This commit is contained in:
@ -83,7 +83,7 @@ NSBundle *tweakBundle;
|
||||
- (void)scrollViewDidScroll:(UIScrollView *)scrollView {
|
||||
CGFloat offsetY = scrollView.contentOffset.y;
|
||||
|
||||
if (offsetY > 140) {
|
||||
if (offsetY > 120) {
|
||||
[UIView animateWithDuration:0.2 animations:^{
|
||||
self.iconView.alpha = 1.0;
|
||||
self.titleLabel.alpha = 0.0;
|
||||
|
Reference in New Issue
Block a user