Implemented an unavailable view for empty transcriptions on the ContentView view in the Sample app target.

This commit is contained in:
2026-07-04 13:23:42 +02:00
parent 0d0705c95a
commit 3c542ee033
4 changed files with 43 additions and 13 deletions
@@ -137,7 +137,7 @@ private enum Constant {
/// The size constants.
enum Size {
/// The base width and height of a button's label, before dynamic type scaling.
static let button: CGFloat = 16
static let button: CGFloat = 32
}
}