An open API service indexing awesome lists of open source software.

https://github.com/lipej/search-empty-state

An Implementation of Swift ContentUnavailableView when haven't results in search
https://github.com/lipej/search-empty-state

empty-state state-management swift swiftui

Last synced: about 2 months ago
JSON representation

An Implementation of Swift ContentUnavailableView when haven't results in search

Awesome Lists containing this project

README

          

# Search Empty State

This is a basic implementation that uses Swift List, which includes a search area, to showcase the application of ContentUnavailableView in Swift for creating straightforward empty states. The purpose of this implementation is to provide a clear demonstration of how to use Swift's specific features in real-world programming situations. The use of Swift List combined with a search area enables users to effectively navigate through the content, while the use of ContentUnavailableView allows developers to handle empty states without any complications.

## ScreenShots

![First app screen](./assets/1.png)
![ContentUnavailableView on screen](./assets/2.png)