We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5efccf commit a74f557Copy full SHA for a74f557
1 file changed
TableProMobile/TableProMobile/Views/RowDetailView.swift
@@ -166,10 +166,11 @@ struct RowDetailView: View {
166
167
Spacer()
168
169
- Text("\(currentIndex + 1) / \(rows.count)")
+ Text("\(currentIndex + 1) of \(rows.count)")
170
.font(.footnote)
171
.foregroundStyle(.secondary)
172
.monospacedDigit()
173
+ .fixedSize()
174
175
176
0 commit comments