Commit 8ada1654 authored by pete谢兆麟's avatar pete谢兆麟

预览页面解决手势冲突问题

parent a09cc198
......@@ -37,8 +37,8 @@ class YHPreviewMainViewController: YHBaseViewController {
return ttt
}()
var homeTableView: YHGestureTableView = {
let tableView = YHGestureTableView(frame: .zero, style: .grouped)
var homeTableView: UITableView = {
let tableView = UITableView(frame: .zero, style: .grouped)
tableView.backgroundColor = .clear
tableView.separatorStyle = .none
tableView.showsHorizontalScrollIndicator = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment