- Minnesota
- https://www.seventytwoapp.com
-
SwiftUINavigation Public
A project that demonstrates various approaches to navigation in SwiftUI.
Swift UpdatedSep 15, 2023 -
Architecture Public
A project to play around with different architectures
Swift UpdatedFeb 18, 2023 -
-
moko-kswift Public
Forked from icerockdev/moko-kswiftSwift-friendly api generator for Kotlin/Native frameworks
Kotlin Apache License 2.0 UpdatedAug 6, 2022 -
-
-
Combine_URLSession Public
A sample app to demostrate how Combine can be used to decode JSON from an endpoint and display in a table view.
Swift UpdatedNov 28, 2021 -
TheMovieApp Public
An app that allows you to view Upcoming, Popular, and Now Playing movies. You can also search for movies and see the full details of a particular movie including the theatrical, digital, and physic…
Swift UpdatedNov 18, 2021 -
Trivia Public
A trivia game app built with MVVM leveraging Alamofire, SwiftyJSON, Combine, Unit Testing, and Realm.
Swift UpdatedJul 9, 2021 -
FuturePromiseDemo_SwiftUI Public
A sample app in SwiftUI that shows a trivial use of Combine's Future.
Swift UpdatedJun 5, 2021 -
ExpandableSections_SwiftUI Public
A sample app demonstrating SwiftUI's expanding list functionality.
Swift UpdatedMay 28, 2021 -
Todo-MongoDB_Realm Public
A sample app that demonstrates how MongoDB and Realm play nice with each other.
Swift UpdatedMay 23, 2021 -
MVVM-C Public
A sample app to demostrate how to use the Coordinator pattern with MVVM.
Swift UpdatedMay 20, 2021 -
EnvironmentObject_SwiftUI Public
An tab bar app that utilizes the EnvironmentObject property wrapper.
-
-
SwiftUI-Preview-for-UIKit Public
A sample app to test out gradients and stack view layouts.
Swift UpdatedMar 12, 2021 -
Stockyyy Public
An app to view daily stock prices and get more information about the different companies.
-
JSON_Swift Public
A project for my upcoming Medium article on handling JSON in Swift.
Swift UpdatedNov 23, 2020 -
WorkingWithCurrencies Public
An app that will help explain how to format and work with currencies in iOS.
-
AppleReminders Public
Apple's Reminders app created without Storyboard.
-
FirebaseAuth-SignInWithApple Public
Demo app showing how to use Sign in with Apple with Firebase
Swift UpdatedMay 25, 2020 -
-
NetworkingExamples Public
Playground and UIKit examples of URLSession using Result, JSON decoding, Combine+URLSession, and more..
Swift UpdatedMay 2, 2020 -
Using Apple's new UICollectionViewDiffableDataSource to implement expandable collectionView cells
Swift UpdatedJan 25, 2020 -
MapKitDemo Public
A demo project that properly shows how to add a marker annotation to a map using MapKit, MKLocalSearch, subclass of MKMarkerAnnotationView, and a class that conforms to the MKAnnotation protocol. T…
Swift UpdatedNov 27, 2019 -
SectionTableViewRealm Public
An expense tracker app that utilizes Realm for the backend. The tableView is sectioned by date. No storyboard, all code.
Swift UpdatedNov 19, 2019 -
-
WhatsNewKitWithRealm Public
Takes the WhatsNewKit and incorporates realm for data persistance. I also added the capability to show more than one feature update in sequence.
Swift UpdatedOct 15, 2019 -
ExportToCSV-Realm-SB Public
Example on how to export data from a realm database to a CSV file.
-