struct Text
1行または複数行の読み取り専用テキストを表示するビューです。
ウィジェットに動的な日時を表示する
ウィジェットが実行されていない時でも、最新の日時に基づく情報をウィジェットに表示できます。
ウィジェットでコンテンツを表示するには、複数のSwiftUIビューを使用します(一部使用できないビューもあります)。以下のビューを使用して、ウィジェットのビューを実装します。
注意
ウィジェットでは、UIView
またはNSView
でラップされたUIKitビューまたはAppKitビューを使用できません。
struct Text
struct Image
struct Label
struct Link
struct HStack
struct VStack
struct ZStack
struct LazyHStack
struct LazyVStack
struct LazyHGrid
struct LazyVGrid
struct GridItem
struct ForEach
struct Group
struct GroupBox
struct Section
struct OutlineGroup
struct Spacer
struct Divider
struct EmptyView
struct EquatableView
struct Rectangle
struct RoundedRectangle
struct Circle
struct Ellipse
struct Capsule
struct Path
struct ScaledShape
struct RotatedShape
struct OffsetShape
struct TransformedShape
struct ContainerRelativeShape
struct Color
struct ImagePaint
struct Gradient
struct LinearGradient
struct AngularGradient
struct RadialGradient
struct ForegroundStyle
struct FillStyle
struct BackgroundStyle
struct SelectionShapeStyle
struct SeparatorShapeStyle
struct StrokeStyle
struct Canvas
struct GeometryProxy
struct GeometryReader
struct AnyView
struct TupleView