Pinned Repositories
ComplexScrollAnimations
⌨️ Experience mesmerizing scroll animations using the latest iOS 17 APIs:
DynamicLazyVGrid
⌨️ Dynamic LazyVGrid. Performance & Flexibility: SwiftUI's dynamic LazyVGrid offers top-notch performance and flexibility. It efficiently handles large datasets while allowing easy customization of column sizes and counts.
GitHubFollowers
⌨️ GitHubFollowers - UIKit/SwiftUI - 100% Programmatic UI - One complete app - No 3rd party libraries - Updated for iOS 15, 16 & iOS 17.
Menu-List
⌨️ Menu-ListApp. SwiftUI app that works with a Network call (updated to Async/Await in iOS 15).
PagePeelSwipe
⌨️ Page Peel Swipe. Swipe gestures just got a whole lot cooler with this sleek and interactive page curl effect.
PhotoGallery
⌨️ Photo Gallery.
RickAndMorty
⌨️ Rick And Morty / UIKit + SwiftUI. Full featured iOS app showcasing the Rick And Morty API.
SideMenu
⌨️ Excited to explore SwiftUI's Side Menu component.
The-Crypto-App
⌨️ Build SwiftUI Crypto Tracker App with MVVM, Core Data, Combine, and API requests.
VideoClipApp
Build a video-based application with the AVKit framework and the Pexels API.
Elaidzha1940's Repositories
Elaidzha1940/CoreData
CoreData - NSPersistentContainer - Persistence - Entity - Attribute.
Elaidzha1940/DarkModeToggle
Stunning Dark Mode Animation with SwiftUI.
Elaidzha1940/DragandDrop
Drag and drop in SwiftUI was revamped in iOS 16. It now uses the .draggable and .dropDestination modifiers which require conformance to the new Transferable protocol in Swift.
Elaidzha1940/EmptyStates
ContentUnavailableView was introduced in iOS 17 for SwiftUI and it gives us simple, clean empty states just like Apple uses in their apps.
Elaidzha1940/EyeLoadingAnimation
Eye loading animation using the SwiftUI.
Elaidzha1940/FlickrPhoto
⌨️ Flickr Photo.
Elaidzha1940/HalfSheetApp
Creating a customisable sheet in SwiftUI. And this is commonly referred to as a partial sheet, or a half sheet.
Elaidzha1940/ItemList
About cars.
Elaidzha1940/LiquidButton
⌨ Liquid Button.
Elaidzha1940/LoaderAnimation
Animations are a great way to bring your iOS application to life and give it a more professional feel.
Elaidzha1940/LoadingAniamtion
Creating a compelling "Loading View Animation" that ensures a smooth and interactive user experience.
Elaidzha1940/MaskModifier
The Mask Modifier is a lesser known tool in SwiftUI where we can make objects take the shape of others. Now it becomes extremely handle when creating complex animations. I also use .allowsHitTesting() to disable touches on certain layers of the View.
Elaidzha1940/Matrix-Style-Rain
Build Matrix Style Rain Effect with SwiftUI.
Elaidzha1940/MockDependencyInjection
Dependency Injection / Protocols / Also it's about the downfalls of Singleton's and how Dependency Injection can solve them.
Elaidzha1940/MultipleSheets
This is an example how to present multiple sheets from a single View in SwiftUI.
Elaidzha1940/ParallaxEffect
Create the Parallax Effect in SwiftUI.
Elaidzha1940/PopoverModifier
View popping over an existing View on the screen.
Elaidzha1940/ProgressView
SwiftUI - Loading View | Activity Indicator.
Elaidzha1940/ScrollViewAnimations
Exploring the new Scroll Transition's modifier in SwiftUI.
Elaidzha1940/SecurePasswordField
Building a Secure Password Field in SwiftUI | Password Field Guide.
Elaidzha1940/SplashScreen
Made Splash Screen
Elaidzha1940/SplashScreenAnimation
Easiest Splash Screen Animation with SwiftUI.
Elaidzha1940/TimelineView
The TimelineView in SwiftUI is perfect for making complex, multi-step animations.
Elaidzha1940/TimerandonReceive
Implementing a Timer in SwiftUI is as simple as one line of code.
Elaidzha1940/TodoListApp
Build a To-Do List from scratch using SwiftUI with a MVVM architecture pattern. I also incorporate UserDefaults into the application to save and persist data between sessions. Implemented MVVM architecture into an app and have a 100% complete app that could be submitted to the App Store! MVVM stands for Model-View-ViewModel.
Elaidzha1940/TriangleLoader
Triangle Loader Animation in SwiftUI.
Elaidzha1940/UI-_Testing
Build a basic UI for an application and then show how and why we perform UI testing on our iOS applications. Testing helps us ensure that our code is always working exactly as expected.
Elaidzha1940/Unit_Testing
Being able to write good Unit Tests is one of the most important skills. Here is some examples how to add tests to the Xcode projects and review all of the different types of tests that to use in different situations.
Elaidzha1940/UserOnboarding
Manage user onboarding with @AppStorage and Transitions in SwiftUI.
Elaidzha1940/UserOnboardingwith-AppStorage
Manage user Onboarding with @AppStorage and Transitions in SwiftUI.