What's Changed
Documentation
Added real screenshots and animated GIFs to the README — all five media slots previously marked as TODO are now filled:
| Asset | Description |
|---|---|
| picker-demo.gif | Hero: full Province → District → Commune → Village picker flow |
| picker-screenshot.png | CambodiaAddressPicker embedded in a SwiftUI Form |
| standalone-demo.gif | AddressPickerView presented as a .sheet |
| uikit-screenshot.png | CambodiaAddressPickerViewController (UIKit tab) |
| search-demo.gif | Live offline search — typing "krang leav" with results updating in real time |
All assets are captured automatically via DemoCapture.swift (a XCUITest target in the ExampleApp) and converted to GIF with ffmpeg. Re-run anytime to regenerate:
cd ExampleApp
xcodebuild test-without-building \
-scheme CambodiaAddressExample \
-destination 'platform=iOS Simulator,name=iPhone 16' \
-only-testing:CambodiaAddressExampleUITests/DemoCaptureNo code or API changes — this is a docs-only patch.