iOS 2.5.0 - Apple Music Integration

This commit is contained in:
2025-12-08 15:31:09 -07:00
parent 06bfb02ccc
commit 8154cd24bb
12 changed files with 359 additions and 15 deletions

View File

@@ -42,6 +42,7 @@ struct SessionStatusLiveLiveActivity: Widget {
.foregroundColor(.secondary)
.lineLimit(1)
}
.padding(.leading, 8)
}
DynamicIslandExpandedRegion(.trailing) {
VStack(alignment: .trailing, spacing: 4) {
@@ -61,6 +62,7 @@ struct SessionStatusLiveLiveActivity: Widget {
.foregroundColor(.secondary)
}
}
.padding(.trailing, 8)
}
DynamicIslandExpandedRegion(.bottom) {
HStack {
@@ -72,6 +74,8 @@ struct SessionStatusLiveLiveActivity: Widget {
.font(.caption2)
.foregroundColor(.secondary)
}
.padding(.horizontal, 12)
.padding(.bottom, 4)
}
} compactLeading: {
Image(systemName: "figure.climbing")