matthewferguson's Stars
firebase/quickstart-ios
Firebase Quickstart Samples for iOS
yacir/CollectionViewSlantedLayout
A CollectionView Layout displaying a slanted cells
onmyway133/PushNotifications
🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
BenEmdon/CenteredCollectionView
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
superpoweredSDK/Low-Latency-Android-iOS-Linux-Windows-tvOS-macOS-Interactive-Audio-Platform
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
mrustaa/ContainerController
👉↕️📱ContainerController 🧩✨⚙️ is a UI Component Swipe-Panel (Customizable). 💡 The idea is copied from the app: Apple Maps, Stocks. Swift version
tungvoduc/DTPagerController
A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift.
frankus/MeterView
Dashboard-style gauges for iOS
dfsw/icf
Sample code for iOS Components and Frameworks: Understanding the Advanced Features of iOS
aws-samples/eb-tomcat-snakes
Tomcat application that shows the use of Amazon RDS in a Java EE web application in AWS Elastic Beanstalk.
tungvoduc/DTOverlayController
A customizable and easy-to-use overlay view controller container.
tazihosniomar/MapKitDrawing
zafarivaev/BottomSheet
Example project showing how to implement a bottom sheet in Swift 5 using container/child view controllers, UIPanGestureRecognizer, and constraint animations.
djsison/iOS-ScrollView-AutoLayout-MultipleContents
How to use UIScrollView with AutoLayout - Multiple Contents
lucaslt89/PopupContainer
Provides a simple, easy to use, popup container for any view, that shows a popup as a UIAlertView
matthewferguson/CombineURLServices
Native iOS Code Challenge | Mobile REDUX Architecture | Combine | URLSession | SwiftUI | Core Data
matthewferguson/DataFlowFunnelCD
DataFlowFunnelCD is a Swift Package used for two main Architecture purposes. 1) Manage Core Data contention (multi-threaded) issues when saving two separate NSManagedObjects ( CRUD operations). 2) Solves the problem of referencing the NSPersistentContainer from anywhere in the bundle. Anywhere includes frameworks, other swift packages, and traditional bundle access.
adin283/Photomania
Alamofire Tutorial app
gultekingokhan/PayPal-iOS-SDK
Accept credit cards and PayPal in your iOS app
lawrencepn/JavaEE-E-Commerce-AWS
Java E-Commerce Template Application build in Amazon Web Services
matthewferguson/ContainerPOC
This is a workplace (2020) training project (POC) on how to decouple a Collection View from a busy central View Controller (UIViewController). Create an iOS SDK Custom Container View Controller with an embedded storyboard Collection View - Proof of Concept.
matthewferguson/PondFishing
Proof of Concept : DataFlowFunnelCD Swift Package test app. Three main goals : 1) Test multi-threaded persistence CRUD operation contention/crash management (iOS SDK 17 and below), 2) Test the Core Data stack as a package, and 3) Test Xcode Swift Package Manager installation/maintenance.