LeetCode Online Judge is a website containing many algorithm questions. Most of them are real interview questions of Google, Facebook, LinkedIn, Apple, etc. This repo shows my solutions by...
A SceneKit and Metal Powered interactive globe for UIKit and SwiftUI Dot Globe Features Display an interactive 3D globe Customize the appearance of the globe, including...
AWS Amplify provides a declarative and easy-to-use interface across different categories of cloud operations. Our default implementation works with Amazon Web Services (AWS), but AWS Amplify...
Atoms is a powerful and flexible atomic state management library for Swift, designed to create compact, independent global state components with seamless adaptability and composition. // Create...
This repository contains Swift community-maintained implementation over OpenAI public API. What is OpenAI OpenAI is a non-profit artificial intelligence research organization founded in San Francisco, California in 2015....
If you have used Swift and Xcode, probable you may have read the word “Expression” in a compile error or in the documentation. In this video,...
Mockingbird makes it easy to mock, stub, and verify objects in Swift unit tests. You can test both Swift and Objective-C without writing any boilerplate or...
Power asserts (also known as diagrammed assertions) augment your assertion failures with information about the values produced during evaluation of a condition, and present it in...
The easiest way to use Whisper in Swift. Easily add transcription to your app or package. Powered by whisper.cpp. Install Swift Package Manager Add SwiftWhisper as a...
SwiftFormat is a code library and command-line tool for reformatting Swift code on macOS or Linux. SwiftFormat goes above and beyond what you might expect from...
SunKit is a Swift package which uses math and trigonometry to compute several information about the Sun. This package has been developed by a team of learners...
This is a community-maintained library to access OpenAI HTTP API’s. The full API docs can be found here: https://beta.openai.com/docs Installation 💻 Swift Package Manager (Preferred) You can use...
A new approach to Container-Based Dependency Injection for Swift and SwiftUI. Factory 2.0 Factory is strongly influenced by SwiftUI, and in my opinion is highly suited...
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs extremely easy and much more palatable to...
Top 10 most asked interview questions for an iOS Developer role, in a form of a mock interview.
Swift framework to interact with Python. PythonKit Usage Some Python code like this: import sys print(f"Python {sys.version_info.major}.{sys.version_info.minor}") print(f"Python Version: {sys.version}") print(f"Python Encoding: {sys.getdefaultencoding().upper()}") Can be implemented...
This library was motivated and designed over the course of many episodes on Point-Free, a video series exploring functional programming and the Swift language, hosted by Brandon Williams and Stephen...
Delightful Swift snapshot testing. Usage Once installed, no additional configuration is required. You can import the SnapshotTesting module and call the assertSnapshot function. import SnapshotTesting import XCTest class MyViewControllerTests: XCTestCase { func...
Currently in SwiftUI, the only way to inform the user about some process that finished for example, is by using Alert. Sometimes, you just want to pop...
Fusion is a lightweight dependency injection library for Swift. It uses property wrappers to make injection a breeze so you can keep your code testable and...