[ ] I've searched for any related issues and avoided creating a duplicate issue.
Bug Report
I have a bug or smth like that. There is a space between TableView top and tableHaderFooterViews top. But I do not want to have this. In simulator all is okey and there are no space, but in real devices have space.
Reproducible in:
PanModal version: 1.2.7
iOS version: 16 beta, 15
Steps to reproduce:
1.
2.
3.
Expected result:
What you expected to happen
Actual result:
What actually happened
Attachments:
PanModalPresentable extension:
extension CouponListVC: PanModalPresentable {
var panScrollable: UIScrollView? {
tableView
}
var longFormHeight: PanModalHeight {
tableView.layoutIfNeeded()
let height = tableView.contentSize.height
return .contentHeight(height)
}
var cornerRadius: CGFloat {
24
}
var showDragIndicator: Bool {
false
}
}
Description
Have space between TableView top and tableHaderFooterViews top
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
I have a bug or smth like that. There is a space between TableView top and tableHaderFooterViews top. But I do not want to have this. In simulator all is okey and there are no space, but in real devices have space.
Reproducible in:
PanModal version: 1.2.7
iOS version: 16 beta, 15
Steps to reproduce:
1. 2. 3.
Expected result:
What you expected to happen
Actual result:
What actually happened
Attachments:
PanModalPresentable extension:
Table View:
Simulator:
Real device:
View Hierarchy in XCode