Mercurial > public > lazybear
comparison LazyBear/Views/Company/Helpers/KeyStatsList.swift @ 443:ffbb1dbab531
InsiderRosterHelper implemented
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 21 Jun 2021 20:17:46 +0200 |
parents | 01fa77358b82 |
children | 7d1c4dc8d1d8 |
comparison
equal
deleted
inserted
replaced
442:6eae10397501 | 443:ffbb1dbab531 |
---|---|
33 } | 33 } |
34 } | 34 } |
35 } | 35 } |
36 } | 36 } |
37 .navigationTitle("Key Stats") | 37 .navigationTitle("Key Stats") |
38 .navigationBarTitleDisplayMode(.inline) | |
39 .toolbar { | 38 .toolbar { |
40 ToolbarItem(placement: .navigationBarLeading) { | 39 ToolbarItem(placement: .navigationBarLeading) { |
41 Button(action: { keyStatsListPresentation.wrappedValue.dismiss() }) { | 40 Button(action: { keyStatsListPresentation.wrappedValue.dismiss() }) { |
42 Image(systemName: "multiply") | 41 Image(systemName: "multiply") |
43 } | 42 } |