Commit 54afdba
committed
🚀 iOS 26.2 RC Comprehensive Debug & Polish
## Based on December 2025 Documentation Research
### iOS 26.2 RC Features Implemented
- scrollEdgeEffectStyle for soft scroll edges
- Enhanced Liquid Glass toolbars with ToolbarSpacer
- GlassButtonStyle integration throughout
- Systemwide Liquid Glass animations
- Improved sensoryFeedback usage
### Swift 6.1 Improvements
- All ViewModels with @mainactor
- Proper @sendable closures
- Swift Concurrency best practices
- Enhanced type safety
---
## Files Updated
### ScannerView.swift
- Toolbar with scan count display
- Image.forVerdict() asset integration
- InteractiveGlassButton in permission overlay
- Divider in context menu
- sensoryFeedback on flash toggle
- Improved ForEach with explicit id
### HistoryView.swift
- VerdictIcon component usage
- HistoryDetailSheet for item details
- scrollClipDisabled for soft edges
- Sort menu (by date/risk)
- ShareLink for history items
- Color.forVerdict() helper
- Filter chip icons
- @mainactor on ViewModel
### SettingsView.swift
- Section icons in headers
- Notifications setting added
- Clear history confirmation dialog
- Privacy policy link
- Engine info row
- iOS 26.2 + Swift 6.1 badges
- Improved footer text
- All rows with subtitles
### QRShieldApp.swift
- Scene phase handling
- Shadow removal for pure glass
- Dynamic tab icons (filled/outline)
- autoScan AppStorage integration
- Alert tint color configuration
- App Shortcuts placeholder
- DEBUG logging
### OnboardingView.swift
- Page counter display
- InteractiveGlassButton usage
- Camera permission dialog
- Asset field in page model
- Improved page descriptions
### DetailSheet.swift
- VerdictIcon integration
- Animated progress bars with delay
- Section icons
- Copy feedback with state
- Scanned at section
- Rich share text format
- ML confidence breakdown
- Toolbar verdict badge
---
## Component Improvements
### VerdictIcon (Assets+Extension.swift)
- Pulsing animation for malicious
- SF Symbol fallback
- sensoryFeedback integration
### InteractiveGlassButton (Color+Theme.swift)
- Bounce symbol effect
- Press state handling
- sensoryFeedback on press
---
## Documentation Sources
- iOS 26.2 RC Release Notes
- WWDC 2025 SwiftUI Sessions
- Apple HIG iOS 26 Updates
- Swift 6.1 Concurrency Guide1 parent 961aef9 commit 54afdba
6 files changed
Lines changed: 657 additions & 221 deletions
File tree
- iosApp/QRShield
- App
- UI
- Components
- History
- Onboarding
- Scanner
- Settings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
35 | 60 | | |
36 | | - | |
| 61 | + | |
37 | 62 | | |
38 | 63 | | |
39 | 64 | | |
40 | | - | |
| 65 | + | |
41 | 66 | | |
| 67 | + | |
42 | 68 | | |
43 | 69 | | |
44 | 70 | | |
| |||
48 | 74 | | |
49 | 75 | | |
50 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
51 | 81 | | |
52 | 82 | | |
53 | 83 | | |
54 | 84 | | |
55 | 85 | | |
56 | | - | |
| 86 | + | |
57 | 87 | | |
58 | 88 | | |
59 | 89 | | |
60 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
61 | 95 | | |
62 | 96 | | |
63 | 97 | | |
64 | | - | |
65 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
66 | 103 | | |
67 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
68 | 108 | | |
69 | 109 | | |
70 | 110 | | |
71 | 111 | | |
72 | 112 | | |
73 | 113 | | |
74 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
75 | 118 | | |
76 | 119 | | |
77 | 120 | | |
78 | | - | |
| 121 | + | |
79 | 122 | | |
80 | 123 | | |
81 | 124 | | |
| 125 | + | |
82 | 126 | | |
83 | 127 | | |
84 | 128 | | |
| |||
87 | 131 | | |
88 | 132 | | |
89 | 133 | | |
90 | | - | |
| 134 | + | |
91 | 135 | | |
92 | 136 | | |
93 | 137 | | |
| |||
96 | 140 | | |
97 | 141 | | |
98 | 142 | | |
99 | | - | |
| 143 | + | |
100 | 144 | | |
101 | 145 | | |
102 | 146 | | |
| |||
105 | 149 | | |
106 | 150 | | |
107 | 151 | | |
108 | | - | |
| 152 | + | |
109 | 153 | | |
110 | 154 | | |
111 | 155 | | |
112 | 156 | | |
113 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
114 | 164 | | |
115 | 165 | | |
116 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
117 | 185 | | |
118 | 186 | | |
119 | 187 | | |
| |||
0 commit comments