91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

詳解Swift 之clipped是什么如何用

發布時間:2020-09-06 02:24:39 來源:腳本之家 閱讀:152 作者:iCloudEnd 欄目:移動開發

clipped()函數介紹

Clips the view to its bounding rectangular frame.

將View裁剪成矩形

By default, a view's bounding frame is used only for layout, so any content that extends beyond the edges of the frame is still visible. Use the clipped(antialiased:)modifier to hide any content that extends beyond these edges.

默認情況下,視圖的邊界框架僅用于布局,因此超出框架邊緣的任何內容仍然可見。使用clipped(antialiased:)修飾器可以隱藏超出這些邊緣的任何內容。

代碼

import SwiftUI

struct ProductCard: View {
  var body: some View {
    VStack(alignment:.leading,spacing: 0){
      Image("circle")
        .resizable()
        .scaledToFit()
        .frame(minWidth:nil,
            idealWidth: nil,
            maxWidth: UIScreen.main.bounds.width,
            minHeight: nil,
            idealHeight: nil,
            maxHeight: 300,
            alignment: .center
      )
      .clipped()
      
    }
  }
}

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

石棉县| 密山市| 长葛市| 周口市| 靖宇县| 万州区| 成安县| 任丘市| 楚雄市| 宝清县| 博客| 苗栗市| 宁城县| 海晏县| 金山区| 蓬莱市| 雅江县| 房产| 张家港市| 苍南县| 凤冈县| 永昌县| 商水县| 阜平县| 琼结县| 曲麻莱县| 得荣县| 马尔康县| 田东县| 枝江市| 巴彦淖尔市| 无锡市| 灵宝市| 祁连县| 繁昌县| 韩城市| 宁晋县| 象州县| 潞城市| 盘锦市| 惠水县|