1172 Repositories
Swift objective-c-library Libraries
VCore is a Swift collection containing objects, functions, and extensions that I use for all my projects
VCore Table of Contents Description Library Structure Architecture Gateway Demo Installation Versioning Contact Description VCore is a Swift collectio
A small library that adds concurrency to CoreBluetooth APIs.
AsyncBluetooth A small library that adds concurrency to CoreBluetooth APIs. Features Async/Await APIs Queueing of commands Data conversion to common t
A library for building an internal/development support app easily
Scenarios A library supporting fast prototyping for iOS Projects. Introduction Challenges of mobile frontend development Stories with multiple require
A reverse engineering tool to restore stripped symbol table and dump Objective-C class or Swift types for machO file.
A reverse engineering tool to restore stripped symbol table and dump Objective-C class or Swift types for machO file.
A guide on setting up Xcode with all the essential Applications, Tools, and Frameworks to make your development experience with Xcode great!
A guide on setting up Xcode with all the essential Applications, Tools, and Frameworks to make your development experience with Xcode great!
SwiftyXPC - a wrapper for Apple’s XPC interprocess communication library that gives it an easy-to-use, idiomatic Swift interface.
SwiftyXPC is a wrapper for Apple’s XPC interprocess communication library that gives it an easy-to-use, idiomatic Swift interface.
Completion Block for UINavigationController Push/Pop UIViewController
JNAPushPopCompletionBlock Synopsis Completion block for [self.navigationController pushViewController:(nonnull UIViewController *) animated:(BOOL)] an
A simple ticker library for iOS
A Swift library for animating labels and text fields Installation Manually: Simply copy the QuickTicker.Swift file to your project (it is located in Q
Theme handling macOS Appkit (Swift/Objective-C)
DSFAppearanceManager A class for simplifying macOS appearance values and detecting setting changes (Swift/Objective-C). Why? If you're performing cust
Toledo - a dependency injection library for Swift that statically generates resolvers at compile-time.
Toledo Toledo is a dependency injection library for Swift that statically generates resolvers at compile-time. Index Features Installation Usage Licen
A type-safe, fluent Swift library for working with Core Data
Core Data Query Interface (CDQI) is a type-safe, fluent, intuitive library for working with Core Data in Swift. CDQI tremendously reduces the amount o
Touch ID Plugin (Cordova) for iOS
cordova-plugin-gctouch-id Touch ID Plugin (Cordova) for iOS Author: Giulio Caruso aka rdn Index Description Technical Documentation Screenshots Adding
Review page interaction - handy and pretty way to ask for review
RPInteraction Overview Review page interaction - handy and pretty way to ask for review. Inspired by dribbble shot. Requirements iOS8 Installation RPI
HxSTLParser is a basic STL parser capable of loading STL files into an SCNNode
HxSTLParser HxSTLParser is a basic STL parser capable of loading STL files into an SCNNode. Installing Via Carthage Just add it to your Cartfile githu
FlaneurImagePicker is an iOS image picker that allows users to pick images from different sources (ex: user's library, user's camera, Instagram...). It's highly customizable.
FlaneurImagePicker is a highly customizable iOS image picker that allows users to pick images from different sources (ex: device's library, device's c
Easiest local storage library in Swift
SundeedQLite SundeedQLite is the easiest offline database integration, built using Swift language Requirements iOS 12.0+ XCode 10.3+ Swift 5+ Installa
Library to help handle mentions
SZMentions is no longer being updated, please use SZMentionsSwift SZMentions is a lightweight mentions library for iOS. This library was built to assi
A Kotlin multiplatform library for building dynamic server-driven UI
Component Box · A Kotlin multiplatform library for building dynamic server-driven UI. Material Component-Based Interoperable Dynamic What You See Is W
An enhancement built on top of Foundation Framework and XCTest.
Beton is a Swift library built on top of the Foundation framework, that provides an additional layer of functionality, including easy localization, performance test measurement support, and convenience functionality. For us, Beton is primarily, but not exclusively, useful for server-side Swift engineering.
iOS library for device fingerprinting. Does not require server APIs to work, fully client-side operation.
Lightweight iOS library for local device fingerprinting Installation (CocoaPods) # Podfile pod 'FingerprintJS' Note: If you've never used CocoaPods fo
A modern runtime (soon: modification) library
Bridge A Modern Runtime (soon: Modification) Library Setup swift package generate-xcodeproj Whenever you need to create/modify a target, please regen
PJAlertView - This library is to make your own custom alert views to match your apps look and feel
PJAlertView - This library is to make your own custom alert views to match your apps look and feel
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire.
A Swift library for hardware projects on Linux/ARM boards with support for GPIOs/SPI/I2C/PWM/UART/1Wire. Summary This library provides an easy way to
Swift library of lightweight interfaces for prototyping, bridged to JS
Prototope Prototope is a lightweight, high-performance prototyping framework. Its goals are: making simple things very easy making complex things poss
Apple SMC library & tool
SMCKit An Apple System Management Controller (SMC) library & command line tool in Swift for Intel based Macs. The library works by talking to the Appl
A μframework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things.
SwiftSequence Full reference here. (If you're looking for data structures in Swift, those have been moved to here) SwiftSequence is a lightweight fram
SVPinView is a light-weight customisable library used for accepting pin numbers or one-time passwords.
SVPinView SVPinView is a light-weight customisable library used for accepting pin numbers or one-time passwords. Getting Started An example project is
Firebase Cloud Firestore support library for iOS. 🧢
🧢 Ballcap-iOS Ballcap is a database schema design framework for Cloud Firestore. Why Ballcap Cloud Firestore is a great schema-less and flexible data
Monitor changes to files and directories using kernel event notifications (kqueue) in Swift
SKQueue SKQueue is a Swift libary used to monitor changes to the filesystem. It wraps the part of the kernel event notification interface of libc, kqu
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Chanify is a safe and simple notification tools. This repository is iOS clinet for Chanify.
Chanify English | 简体中文 Chanify is a safe and simple notification tools. For developers, system administrators, and everyone can push notifications wit
A simple, straightforward logging API.
Sequoia A simple, straightforward logging API. Install Add the following to your Package.swift file: import PackageDescription let package = Package(
A small package that provides a Swift API for instantiating Swift and Objective-C classes by their non-namespaced class name.
Reflection A small package that provides a Swift API for instantiating Swift and Objective-C classes by their non-namespaced class name. Installation
Swift library for working with Debug Adapter Protocol (DAP)
DebugAdapterProtocol This is a Swift library for interacting with Debug Adapter Protocol. It contains type definitions and utilities useful for both s
A Swift library for efficient highlighting, indenting, and querying the structure of language syntax.
Neon A Swift library for efficient highlighting, indenting, and querying the structure of language syntax. It features: Minimal text invalidation Supp
Minimalist HTTP request library via async / await
Making HTTP API requests in Swift using Foundation can be verbose and use a mix of types like URL, URLComponents and URLRequest to form a request and then handling all the encoding and decoding steps later
A declarative state management and dependency injection library for SwiftUI x Concurrency
A declarative state management and dependency injection library for SwiftUI x Concurrency
A minimalistic looking banner library for iOS. It supports multiple customizable kinds of Banner types
A minimalistic looking banner library for iOS. It supports multiple customizable kinds of Banner types
iOS helper library that contains commonly used code in Uptech iOS projects
iOS helper library that contains commonly used code in Uptech iOS projects.
A wrapper on the CoreLocation framework replacing the delegate pattern with Swift concurrency
swift-locations A wrapper on the CoreLocation framework replacing the delegate pattern with Swift concurrency. Overview CoreLocation reports a device'
A crop, compression, resize and trimming library for videos, based on AVKit.
VideoKit VideoKit is a high level layer on top of AVKit How it works // With this config, the video will get resized to 1920x1080p, the maximal length
Full featured lunar calendar library
LunarCore 小历(iOS & OS X)的农历核心部分。 何为小历 小历是一个简洁的农历 app,目前支持 iOS & OS X 两端,iOS 端多次被 App Store 官方推荐。 前世今生 LunarCore 最早来自于一个 JavaScript 编写的农历库:LunarCalenda
FakeGithub is an iOS application written using Objective-C
FakeGithub FakeGithub is an iOS application written using Objective-C. Opensource this project for learning purpose. Hope this could be a little usefu
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Monkey for GitHub 中文README Monkey is an unofficial GitHub client. Monkey for GitHub is my first App,open source project.Welcome to download. GitHub op
Github iOS Client based on Github REST V3 API and GraphQL V4 API
ZLGithubClient Github iOS 客户端 by Existorlive Objective-c 2.0 Swift 5 Cocoapods 1.9.1 iOS = 11.0 基于 Github REST V3 API 和 Github GraphQL V4 API 开发的iOS客
Transcription Helper - iOS application for assisting in transcribing audio files
Transcription Helper This is an iOS application written in Objective-c for assisting the people who want to work out a piece of audio, in order to wri
AxisSegmentedView for SwiftUI
AxisSegmentedView for SwiftUI A library that allows you to easily create various styles of segmented views. Supports iOS, macOS and tvOS. Screenshot H
An iOS library for SwiftUI to create draggable sheet experiences similar to iOS applications like Maps and Stocks.
An iOS library for SwiftUI to create draggable sheet experiences similar to iOS applications like Maps and Stocks.
Declarative charting and visualization to use with SwiftUI
Chart Declarative charting and visualization to use with SwiftUI The package is in open development with a goal of making a declara
OpenStack Foundation Summit App
OpenStack Foundation Summit App The official app for the OpenStack Summit. (iTunes) Supports iOS, watchOS and tvOS. Setup Fetch Carthage dependencies.
Adblock Fast is a new, faster ad blocker for Android, iOS, Chrome, and Opera.
A new, faster ad blocker for Android, iOS, Chrome, and Opera Try Adblock Fast: Android (Android 5.0 and up with Samsung Internet 4.0 and up) iOS (iOS
Stay - a local userscript manager and an extension sample for Safari on iOS/iPadOS
Stay - a local userscript manager and an extension sample for Safari on iOS/iPadOS
App created in UIKit in order to control users' games library
App created in UIKit in order to control users' games library. It's developed in Swift 5 with Storyboard, and relies in a ASP.Net API backend.
Example of simple OAuth2 authentication using Alamofire 5 and RxSwift library
REST Client based on Alamofire 5 and RxSwift library. Supports OAuth2 and Basic authentication interceptor.
A simple star rating library for SwiftUI apps on macOS and iOS
DLDRating A simple star rating library for SwiftUI apps on macOS and iOS. Features Installation Usage Styling Credits DLDRating was made by Dionne Lie
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
Exchanger - a simple iOS application demonstrating one of approaches to implement VIPER 💎 architecture in modern Objective-C
The Exchanger is a simple iOS application demonstrating one of approaches to implement VIPER 💎 architecture in modern Objective-C.
Calculate your tip and split the bill between any number of people
Calculate your tip and split the bill between any number of people
AxisTabView for SwiftUI
AxisTabView for SwiftUI A library that allows you to easily create various styles of tab views. Supports iOS and macOS. Screenshot Style Style Style A
An awesome Swift HTTP library to rapidly create communication layers with API endpoints
An awesome Swift HTTP library to rapidly create communication layers with API endpoints
Another is a tweak written in Logos and Objective-C to customize Apple's voice assistant - Siri.
Preview On screeen: In reality: English: Another Allows you to customize Siri. Only for Jailbreak users. Compiling Theos is required to compile the pr
swift-highlight a pure-Swift data structure library designed for server applications that need to store a lot of styled text
swift-highlight is a pure-Swift data structure library designed for server applications that need to store a lot of styled text. The Highlight module is memory-efficient and uses slab allocations and small-string optimizations to pack large amounts of styled text into a small amount of memory, while still supporting efficient traversal through the Sequence protocol.
NWReachability - a pure Swift library for monitoring the network connection of iOS devices using Apple's Network framework.
NWReachability is a pure Swift library for monitoring the network connection of iOS devices using Apple's Network framework.
AxisTooltip for SwiftUI
AxisTooltip for SwiftUI A library that displays tooltips in the desired view. Supports iOS and macOS. Screenshot Top/Bottom Leading/Trailing AxisToolt
A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.
A library that expresses a github contribution calendar through an array of dates. Supports iOS and macOS.
Paging Library for Infinity Scroll using RxSwift
Paging Library for Infinity Scroll using RxSwift
AxisSheet for SwiftUI
It is a library that handles the sheet view in 4 directions (.top, .bottom, .leading, .trailing) according to the axis mode. It supports iOS and macOS.
AxisRatingBar for SwiftUI
This library is a UI control for iOS and macOS developed with SwiftUI. You can display ratings along the horizontal/vertical axis and receive ratings from users. You can use any view that conforms to the View protocol, not just the star shape.
KIEM - Open Source Library, converting mistyped Korean string into English string
KIEM Open Source Library, converting misspelled Korean string into English strin
OTAtomics - Multi-platform Swift thread-safe atomics library
OTAtomics Multi-platform Swift thread-safe atomics library. The library has full
Trust - Swift DCI Test Library
Trust Swift - DCI Pattern Test Library Support SPM How to use ? struct User {
LottieUI - A library developed to make Lottie easy to implement. It supports iOS and macOS
LottieUI It is a library developed to make Lottie easy to implement. It supports
MRFoundation - A library to complement the Swift Standard Library
MRFoundation MRFoundation is a library to complement the Swift Standard Library.
An App-specific Simple Routing Library
TrieRouter An App-specific Simple Routing Library Usage let r = Router() r.addRoute("tbx://index") { _ in print("root") } r.addRoute("tbx://intTes
Lightweight library helping to embed Mercuryo Widget into their mobile apps
Mercuryo-Widget Mercuryo Widget Wrapper is a lightweight library for developers of apps who embed Mercuryo Widget into their mobile UX. Solely purpose
A simple spritesheet animation system for Raylib on Swift.
About A simple spritesheet animation system for Raylib on Swift. Aeni allows you to quickly and easily animate your spritesheet in your Raylib for Swi
News application with 66 providers
News Description An application that let's you discover and read news. It's possible with using News API, that provides simple and easy-to-use API tha
Remote shell using libssh2 with Objective-C, thread safe implementation.
NSRemoteShell Remote shell using libssh2 with Objective-C. Thread safe implementation. Available as Swift Package. git libssh2 prebuilt binaries are r
Get the current frequency of your Apple M1 GPU.
M1-gpufreq Get the current frequency of your Apple M1 GPU. What It Does and How It Works This project is designed to get the current frequency (or clo
Blazing⚡️Fast BTC and ETH Wallet Generator library for React Native, Android and iOS
Blazing ⚡️ Fast BTC and ETH Wallet Generator library for React Native, Android and iOS.
This library for animating text. Developed with SwiftUI. This library supports iOS/macOS.
AnimateText This library for animating text. Developed with SwiftUI. This library supports iOS/macOS. Screenshot AnimateText.mp4 Example https://fabul
Swift library for the Twitter API v1 and v2
Swift library for the Twitter API v1 and v2
DGQR - A lightweight, pure-Swift library for rendering qr
DGQR DGQR is a lightweight, pure-Swift library for rendering qr. It provides you
Switch-Shoutout - Switch Shoutout - A companion app for the Nintendo Switch that allows users to notify friends of games they were playing, add their game library
Switch Shoutout Switch Shoutout is a companion app for the Nintendo Switch that
Sweet-swift - Make Swift Sweet by Gracefully Introducing Syntactic Sugar, Helper Functions and Common Utilities
Sweet Swift Make Swift Sweet by Gracefully Introducing Syntactic Sugar, Helper F
SmartString - A powerful and small library that will allow the creation of complex String Styles
SmartString A powerful and small library that will allow the creation of complex
Analytics-connector-ios - Analytics connector library for seamless integration between Amplitude Analytics and Experiment SDKs
analytics-connector-ios Connector library for seamless integration between Ampli
BadgeLog - A light lib that helps and centralize logs in your application
BadgeLog BadgeLog is an iOS Swift library that helps you manage logs within your
Scroller - You can animate in individual views based on scroll position. Developed with SwiftUI. This library supports iOS/macOS
Scroller You can animate in individual views based on scroll position. Developed
Composable-effect-identifier - A library that helps managing `Effect` identifiers when using The Composable Architecture (TCA)
Composable Effect Identifier This ComposableEffectIdentifier is a small accessor
MusicScore - A music score library with MusicPart, Measure, Note, Pitch and Tempo representations in swift structs
MusicScore A music score library with MusicPart, Measure, Note, Pitch and Tempo
SimplePlayer - A simple application to fetch songs from iTunes Library by searching song's artist
SimplePlayer is a simple application to fetch songs from iTunes Library by searching song's artist.
KnockToReact is an iOS library written in Swift and Objective-C that brings an exclusive feature to interact with users just by receiving and recognizing "knocks" in the device.
KnockToReact is an iOS library written in Swift and Objective-C that brings an exclusive feature to interact with users just by receiving and recognizing "knocks" in the device.
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
Keybase Hi, and welcome to the Keybase client repo. All our client apps (macOS, Windows, Linux, iOS, and Android) are being actively developed in this
Snitch - A handy library to access useful information about your application from the Home Screen
Snitch Access your app's useful information from Home Screen Table of Contents I
TupleResult - A micro library that easily converts tuple result into Swift.Result
TupleResult A micro library that easily converts c-style tuple result into Swift
A lightweight Swift date library for parsing, validating, manipulating, and formatting dates based on moment.js.
A lightweight Swift date library for parsing, validating, manipulating, and formatting dates based on moment.js.
TwitchIRC - A Swift package for parsing/serializing Twitch IRC messages
TwitchIRC A Swift package to take of parsing/serializing Twitch IRC messages for
A KeePass/Password Safe Client for iOS and OS X
Strongbox A Personal Password Manager for iOS & OSX that can be found on the Apple App Store here: https://apps.apple.com/app/strongbox-password-safe/
SwiftLayout - View hierarchy and autolayout DSL library
SwiftLayout view hierarchy and autolayout DSL library goal 뷰의 계층구조와 constraint 관