Sha256: 68b310e9ea5a51965a610a351814dc28a3bd0fbc9574d21648d431cf0602aa08
Contents?: true
Size: 1.02 KB
Versions: 759
Compression:
Stored size: 1.02 KB
Contents
![Date-Time-Alignment](https://github.com/powerhome/playbook-swift/assets/54749071/9d1e08ac-4906-406f-b81d-1edf0a09e2e3) ```swift VStack(spacing: Spacing.small) { HStack { PBDateTime( dateVariant: .short(showIcon: false), timeVariant: .iconTimeZone, isLowercase: true, isTimeBold: true, zone: .utc, showTimeZone: true, timeZoneIdentifier: "2012-08-02T17:49:29Z" ) } .frame(maxWidth: .infinity, alignment: .leading) PBDateTime( dateVariant: .short(showIcon: false), timeVariant: .iconTimeZone, isLowercase: true, isTimeBold: true, zone: .utc, showTimeZone: true, timeZoneIdentifier: "2012-08-02T17:49:29Z" ) HStack { PBDateTime( dateVariant: .short(showIcon: false), timeVariant: .iconTimeZone, isLowercase: true, isTimeBold: true, zone: .utc, showTimeZone: true, timeZoneIdentifier: "2012-08-02T17:49:29Z" ) } .frame(maxWidth: .infinity, alignment: .trailing) } ```
Version data entries
759 entries across 759 versions & 2 rubygems