1
0
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:
Burrit0z
2020-05-21 21:00:28 -04:00
parent 5aae2efc2e
commit 16f294d77f
6 changed files with 45 additions and 23 deletions

View File

@ -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;