Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NicFontana committed Nov 19, 2023
1 parent d1e19d3 commit 1e1f5eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added .github/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

<img src=".github/images/header.png" height="256"/>
<img src=".github/images/header.png" style="max-height:384px; width: auto; height: auto;"/>

# SwiftUI CustomTabView

Expand Down Expand Up @@ -33,6 +33,11 @@ CustomTabView preserves the state of your views between tab changes. Whether you
> **Note:**
This behavior distinguishes CustomTabView from common custom tab view implementations that use a `switch` mechanism, leading to the recreation of views every time the user switches tabs.


<div align="center">
<img src=".github/example.gif"/>
</div>

## Installation

### Swift Package Manager
Expand Down

0 comments on commit 1e1f5eb

Please sign in to comment.