jlainog's Stars
public-apis/public-apis
A collective list of free APIs
ochococo/Design-Patterns-In-Swift
📖 Design Patterns implemented in Swift 5.0
pointfreeco/swift-composable-architecture
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
skydoves/Pokedex
🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.
Dimillian/MovieSwiftUI
SwiftUI & Combine app using MovieDB API. With a custom Flux (Redux) implementation.
ivanvorobei/SwiftUI
Examples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.
marmelroy/PhoneNumberKit
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
xcpretty/xcode-install
🔽 Install and update your Xcodes
RevenueCat/purchases-ios
In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
davedelong/time
Robust and type-safe date and time calculations for Swift
jogendra/LoadingShimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
pointfreeco/swift-tagged
🏷 A wrapper type for safer, expressive code.
twostraws/Sitrep
A source code analyzer for Swift projects.
jpsim/Yams
A Sweet and Swifty YAML parser.
pointfreeco/swift-case-paths
🧰 Case paths extends the key path hierarchy to enum cases.
freshOS/Networking
⚡️ Concise networking code leveraging async-await, Decodable & Generics.
mythxn/designcode-swiftui
📱 an app fully written in swiftui showcasing beautiful design and animations
SwiftPackageIndex/PackageList
The master list of repositories for the Swift Package Index.
CombineCommunity/CombineDataSources
Table and collection view data sources for Combine
kishikawakatsumi/Kuery
A type-safe Core Data query API using Swift 4's Smart KeyPaths
vincent-pradeilles/KeyPathKit
KeyPathKit is a library that provides the standard functions to manipulate data along with a call-syntax that relies on typed keypaths to make the call sites as short and clean as possible.
simonboots/SwiftUIFourierSeries
A Fourier Series visualisation written in Swift/SwiftUI
caiobzen/water-reminder-swiftui
A simple Apple Watch app to remind you to drink water!
pointfreeco/swift-enum-properties
🤝 Struct and enum data access in harmony.
pointfreeco/swift-playground-templates
🏫 A collection of helpful Xcode playground templates.
jeffctown/xcframework
A simple tool to create an XCFramework
insidegui/fluid-interactions-talk
A Swift playground implementing some simple fluid interactions.
icanzilb/OperationTimelane
Timelane + Operations
appspector/Xcode-InstrumentsPackage
Sample project with custom XCode instrument package. See detailed description here: https://appspector.com/blog/building-custom-xcode-instruments-package
josoriora/solid-swift
Basic guide to remember SOLID principles.