在我的UICollectionView
中,我进行了以下设置:
let flowLayout = collectionView?.collectionViewLayout as! UICollectionViewFlowLayout
flowLayout.sectionFootersPinToVisibleBounds = true
flowLayout.sectionInsetReference = .fromSafeArea
但是,在iPhoneX
上,collectionView
内容将scroll
覆盖footer
下的if ($_FILES['images']['size'] > 0) {
move_uploaded_file($filetmp, $filepath);
$sql = "INSERT INTO images (img_name, img_path, img_type, post_id) VALUES ('$filename', '$filepath', '$filetype', '$id')";
$result = mysqli_query($db, $sql);
}
区域,如collection View in iphone X with sticky footer
任何人都可以提出任何想法吗?谢谢!
答案 0 :(得分:-3)
将滚动视图内容插入设置为从不