Description
This swiftUI Demo is very simple & easy to understand. This swiftUI demo includes On-boarding screens, login screen, forgot password screen, sign up screen, home & logout.
SwiftUI-Sample-App alternatives and similar libraries
Based on the "UI" category
-
Animated Tab Bar
RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. -
Material
Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift. -
NVActivityIndicatorView
Collection of nice loading animations. -
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders. -
SideMenu
Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required. -
Scrollable-GraphView
An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift. Originally written for a small personal project. -
Alerts Pickers
Advanced usage of UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView. -
Material Components for iOS
Modular and customizable Material Design UI components for iOS -
BulletinBoard
Generates and manages contextual cards displayed at the bottom of the screen. -
TLYShyNavBar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars! -
ESTabBarController
A highly customizable TabBarController component, which is inherited from UITabBarController. -
SlideMenuControllerSwift
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. -
PopupDialog
A simple, customizable popup dialog. Replaces UIAlertController alert style. -
SPPermission
Simple request permission with native UI and interactive animation. -
CircleMenu
CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. -
KMNavigationBarTransition
A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically. -
RazzleDazzle
A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros. -
BouncyLayout
Is a collection view layout that makes your cells bounce.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of SwiftUI-Sample-App or a related project?
README
SwiftUI-Sample-App
This swiftUI Demo is very simple & easy to understand. This swiftUI demo includes On-boarding screens, login screen, forgot password screen, sign up screen, home & logout.You can read more from Medium
Description
In the onboard view, we used the page control with view controller and also put the next button to jump the LoginUI.
In the login view, user need to enter the credentials (Email & Password) and after completion of validation it successfully logged in it will save in user defaults.
In the Forgot password view, user need to enter Email and after completion of validation of email it will successfully dismiss.
In the Sign Up view, user need to enter user data (First Name, Last Name, Email, Contact No, Date of Birth, Password & Confirm Password ) and after completion of validation it will successfully dismiss.
In the Home view, user will get 2 tabs like (Home & Favourites). In the Home tab, user will get scrollable list & collection. In the favourites tab, user will get segments, login using combine framework, picker & user can also logout.
Table of Contents
- OnBoarding UI - Created onboarding UI, using view controllers & page control
- Login UI - It will validate login credentials, after successfully login it will save data in user defaults.
- Forgot Password UI - presented forgot password UI, using presentation mode and also validate an email.
- Sign UP UI - It will also validate with all user data,
- Tab bar (Home & favourites )
- Logout
UI controls
- Page controller (using view controllers)
- Picker
- Scrollview
- Navigation View
- VStack, HStack, Zstack
- List
- Collection
- Tabbar
- Image
- Text
- Alert
- TextField
- SecureTextField
- Buttons (Action & Navigation)
By Apple
Xcode 11.1 iOS 13 iPadOs 13
Documentation
SwiftUI - https://developer.apple.com/xcode/swiftui/
Tutorials
- Ray wenderlich
- Hacking with Swift
LICENSE!
SwiftUI-Sample-App is MIT-licensed.
Conclusion
While there’s still a ton of information left to be discovered about SwiftUI.I hope this article has cleared up some of the major question marks. I’ll keep digging, and will report all of my new findings as soon as possible.
*Note that all licence references and agreements mentioned in the SwiftUI-Sample-App README section above
are relevant to that project's source code only.