roman-luzgin / TodoAppSwiftUI3

A simple todo app which aims to demonstrate some new concepts from SwiftUI 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoAppSwiftUI3

A simple todo app which aims to demonstrate some new concepts from SwiftUI 3

Frame 1-3

Description

This is a simple todo app built to demonstrate some of the new SwiftUI features, including:

  • New List capabilities: native search, customizable separators, pull to refresh
  • Material (background blur)
  • Keyboard actions (@FocusState + submitLabel on TextField)
  • Customizable buttons
  • New native colors
  • New way to dismiss a sheet/fullscreencover
  • New Toggle stylings
  • and some other small things

Libraries

No external libraries were used, the app is done 100% in SwifUI 3 (beta).

Release target

iOS 15+

Contact

Twitter: @shelkford

Download my app Wellwork on the App Store

Acknowledgements

Design inspired by dribbble post by Alex Arutuynov

About

A simple todo app which aims to demonstrate some new concepts from SwiftUI 3

License:MIT License


Languages

Language:Swift 100.0%