zl程序教程

您现在的位置是:首页 >  后端

当前栏目

SwiftUI 文本组件之文本智能扩展收缩控件(教程含源码)

扩展组件源码教程智能 控件 文本 SwiftUI
2023-09-11 14:18:30 时间

实战需求

SwiftUI 文本组件之文本智能扩展收缩控件

本文价值与收获

看完本文后,您将能够作出下面的界面

SwiftUI 文本组件之文本智能扩展收缩控件

请添加图片描述


实战代码

import SwiftUI

struct ContentView: View {
    var body: some View {
        ExpandableText_Test()
            .padding()
    }
}

struct ExpandableText_Test: View {
    
    var body: some View {
        ExpandableText(text: "Do you think you're living an ordinary life? You are so mistaken it's difficult to even explain. The mere fact that you exist makes you extraordinary. The odds of you existing are less than winning the lottery, but here you are. Are you going to let this extraordinary opportunity pass?")
            .font(.body)//optional