Skip to content

Commit

Permalink
Update HomeVideoTableViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev committed May 27, 2024
1 parent 2d2f24e commit 46cf38a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TouTiao/HomeVideoTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class HomeVideoTableViewController: UITableViewController,SDCycleScrollViewDeleg
let titles = ["偏偏起舞的青春","小苹果 疯狂🎸","hey 逗比"]

var tableHeardView = SDCycleScrollView()
var tableHeardView11 = SDCycleScrollView()



Expand All @@ -61,6 +62,7 @@ class HomeVideoTableViewController: UITableViewController,SDCycleScrollViewDeleg

})
self.tableView.mj_footer.isHidden = true
self.tableView.mj_footer.isHidden = false

loadData1()
tableHeardView = SDCycleScrollView(frame: CGRect(x: 0, y: 0, width: self.view.frame.width, height: 200))
Expand Down

0 comments on commit 46cf38a

Please sign in to comment.