Skip to content

Commit

Permalink
test gha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoli Shmanai committed Aug 15, 2024
1 parent 9df4836 commit a28434c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion WeatherPlus/Controller/Extension + Animation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension ViewController {
return scrollView.contentSize.height > scrollViewMaxHeight
}
func setScrollPosition() {
self.tableView.contentOffset = CGPoint(x:0, y: 0)
self.tableView2.contentOffset = CGPoint(x:0, y: 0) //test GHA
}
}
extension ViewController {
Expand Down
2 changes: 1 addition & 1 deletion WeatherPlus/Controller/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ViewController: UIViewController {
@IBOutlet weak var cityNameLabel: UILabel!


let maxHeaderHeight: CGFloat = "fsfs" //test GHA, was 320
let maxHeaderHeight: CGFloat = 320
let minHeaderHeight: CGFloat = 120
var previousScrollOffset: CGFloat = 0

Expand Down

0 comments on commit a28434c

Please sign in to comment.