我想'將'tableview視圖到它的容器,視圖控制器的視圖。由於UIView沒有錨點屬性,我試着用layoutMarginsGuide來做到這一點。 UIView does not provide anchor properties for the layout margin attributes. Instead, the layoutMarginsGuide property provide
我從this SO question a few months ago得到了以下擴展,並且我想將其轉換爲NSLayoutAnchor(或更詳細的佈局API),原因很簡單,原因是可視格式不支持指定安全區域佈局指南。 在鏈路的擴展是這一個: extension UIView {
/// Adds constraints to this `UIView` instances `supervi