265 Repositories
Swift network-extension Libraries
An example implementation of using a native iOS Notification Service Extension (to display images in remote push notification) in Titanium.
Titanium iOS Notification Service Extension An example implementation of using a native iOS Notification Service Extension (to display images in remot
Safari Web Extension to customize your search engine.
Safari Web Extension to customize your search engine. Search queries made from the Safari address bar are appended to the custom search engine URL. No
App in Swift that shows a picture of an astronomical phenomenon and a brief explanation of it everyday, allowing you to save that data or share it on a social network.
DailyUniverse 👷♂️ 🛠 App under construction iOS App that shows a picture of an astronomical phenomenon and a brief explanation of it everyday. Daily
Test app for the InStat company. The project uses MVVM architecture, interface created with SwiftUI, network requests with async/await
FootStats Test app for the InStat company. The Project uses MVVM architecture, interface created with SwiftUI, network requests with async/await using
'Droid Inventor Kit' extension library.
DroidKit Description - Do you know 'Droid Inventor Kit' ? (Quote: ‘TURN EVERYONE INTO AN INVENTOR’: THE STORY OF THE LITTLEBITS DROID INVENTOR KIT) 'D
A CMIO Camera Extension of the creative camera type, with configuration app
ArtFilm A CMIO Camera Extension of the creative camera type, with configuration app ArtFilm is the sample code for the blog post Getting To Grips With
An extension that simplifies the work with Swift AutoLayout by writing cleaner, more natural and easy-reading code.
Installation For now you're able to clone repo in your project or download ZIP folder manually. git clone https://github.com/votehserxam/AutoLayout.gi
An Xcode Source Editor Extension that helps navigating to many places easier
XcodeWay ❤️ Support my apps ❤️ Push Hero - pure Swift native macOS application to test push notifications PastePal - Pasteboard, note and shortcut man
SwiftyReachability is a simple and lightweight network interface manager written in Swift.
SwiftyReachability is a simple and lightweight network interface manager written in Swift. Freely inspired by https://github.com/tonymillion/Reachabil
💬 A tiny extension for UIAlertController that makes working with it very simple. Only 150 lines of code.
AlertController 💬 A tiny extension for UIAlertController that makes working with it very simple. Only 150 lines of code. Alert let alert = UIAlertCon
⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code.
⚙️ A tiny property wrapper for UserDefaults. Only 60 lines of code. import Persistent extension UserDefaults { // Optional property @Per
HotCoffee is learning project with MVVM, Generic,Swift 5, TableView
HotCoffee A simple Coffee Ordering app built using TableView, MVVM design pattern and Swift5. Tools Xcode Version 13.2.1 Framework -UIKit Architecture
A browser extension for Safari that makes sure that cut, copy, and paste are enabled.
Paste for Safari A browser extension for Safari that makes sure that cut, copy, and paste are enabled. Notes This is pretty rough and does work. The v
iOS ReplayKit Screen Share Broadcast Extension Frame Sharing
An iOS app that demonstrates how we can share CMSampleBuffer frames from SampleHandler of Broadcast Extension to the host app and how to pass callbacks to and fro from host app to SampleHandler and vice versa.
This is a small View modifier that adds detents for native .sheet representations that appeared in iOS 16
SheetDetentsModifier This is a small View modifier that adds detents for .sheet representations that appeared in iOS 16 It works starting with iOS 15
Smart Online Shopping iOS App with Augmented Reality (AR) and simple Social Media features using SwiftUI and Google Firebase Cloud Services
Table of contents App Demo How to Run Context Content How it's written Inspiration App Demo AR.online.shopping.iOS.demo.mp4 How to Run First make sure
Lightweight async/await networking library with interceptor support - usable from iOS 13+.
Lightweight async/await networking library with interceptor support. 🚀 Getting started AsyncNetwork's session acts as a wrapper to URLSession by addi
A Swift lib for network with async/await
SmileNetwork A Swift network utility with async/await applied UseAge enum MockEndpoint { case weather(cityId: String) } extension MockEndpoint: S
Multiliner - An Xcode source extension to expand lengthy lines
Multiliner An Xcode source extension to expand lengthy lines. Super lightweight, 1 file. It expands long lines. That's it! Works with: Initializers Fu
Easy and lightweight network layer for creating different set of network requests like GET, POST, PUT, DELETE customizable with coders conforming to TopLevelDecoder, TopLevelEncoder
Easy and lightweight network layer for creating different set of network requests like GET, POST, PUT, DELETE customizable with coders conforming to TopLevelDecoder, TopLevelEncoder
A lightweight extension to Swift's CollectionDifference, supporting moves in addition to removals and insertions, critical when updating interfaces and managing reference types.
DifferenceTracker is a lightweight extension to Swift's CollectionDifference. It defines moves in addition to removals and insertions, critical when updating interfaces and managing reference types.
VFNetwork is a protocol-oriented network layer that will help you assemble your requests in just a few steps.
Simple, Fast and Easy. Introduction VFNetwork is a protocol-oriented network layer that will help you assemble your requests in just a few steps. How
A Xcode Source Editor Extension to sort your header imports and remove duplicates, similar to iSort.
CleanHeaders An Xcode plug-in to format your import headers in a systematic manner. It simply removes duplicates, spaces and sorts them alphabetically
Collection of Swift-extensions to boost development process.
SwiftBoost Collection of Swift-extensions to boost development process. Community Installation Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+. Swift
DevTool - A simple UI and powerful Mac OS application, Such as JSON-Formatting tool, JSON-to-model tool, AppIcon generator, Network-Request tool...
🔥 🔥 🔥 A simple UI and powerful Mac OS application. It is a collection of tools commonly used in my development work. Such as JSON-Formatting tool, JSON-to-model tool, AppIcon generator, Network-Request tool...
A resource based, protocol oriented networking library designed for pure-SwiftUI applications.
Monarch 👑 - WIP A resource based, protocol oriented networking library designed for pure-SwiftUI applications. Features: Async/Await Resource Based P
iOS UI library to show and hide an extension to your UINavigationBar
ADNavigationBarExtension is a UI library written in Swift. It allows you to show and hide an extension to your UINavigationBar Features Use Extensible
UIViewController extension to present view / view controller as bottom-half modal.
UIViewController extension to present view / view controller as bottom-half modal. Installation CocoaPods pod 'SemiModalViewController' Swift Package
Menet is a TCP network middleware that can be dynamically modified through HTTP requests.
Menet Menet is a TCP network middleware that can be dynamically modified through HTTP requests. This is an experimental project, do NOT use it in prod
Alamofire Network Layer written in swift 5 using the protocol oriented, combine, UIKit, MVVM.
CoreAPI-iOS This project Contains Alamofire Network layer Based on Protocol Oriented Concept and Combine Framework. It is created with UIKit, Alamofir
Quick Symlink - a Finder extension which provides a contextual menu item for the symbolic links creation on macOS
Quick Symlink The Quick Symlink is a Finder extension which provides a contextual menu item for the symbolic links (and other links) creation on macOS
Rosetta Enforcer is a macOS utility designed to help developers convert Universal Binary application to Single Architecture, vice versa.
Rosetta Enforcer Rosetta Enforcer is a macOS utility designed to help developers convert Universal Binary application to Single Architecture, vice ver
STDevRxExt contains some extension functions for RxSwift and RxCocoa which makes our live easy.
STDevRxExt Example To run the Example.playground, clone the repo, and run pod install from the Example directory first. Requirements iOS 9.0+ tvOS 9.0
An Alamofire network activity logger view
📒 AlamofireLogbook An Alamofire network activity logger view Installation AlamofireLogbook is available through CocoaPods. To install it, simply add
Lazily deserialize JSON into strongly typed Swift objects
LazyObject Lazily deserialize JSON into strongly typed Swift objects, with a few getter style options. Is your app using it? Let me know! Installation
An Alamofire extension which converts JSON response data into swift objects using EVReflection
AlamofireJsonToObjects 🚨 This is now a subspec of EVReflection and the code is maintained there. 🚨 You can install it as a subspec like this: use_fr
A Combine-style wrapper around Network's NWConnection with a UDP protocol
A Combine-style wrapper around Network's NWConnection with a UDP protocol
Block nags to accept cookies and privacy invasive tracking in Safari
Hush Block nags to accept cookies and privacy invasive tracking in Safari I’d recommend Hush to anyone who uses Safari – John Gruber, Daring Fireball
Swab is an iOS Content Blocker extension, written in Swift
Swab is an iOS Content Blocker extension, written in Swift
Overamped - an iOS app that disables AMP and Yandex Turbo in Safari via a Web Extension⚡️
Overamped Overamped is an iOS app that disables AMP and Yandex Turbo in Safari via a Web Extension. More information is available at overamped.app. Th
PiPifier - a macOS and iOS Safari extension that lets you use every HTML5 video in Picture in Picture mode
PiPifier is a macOS 10.12 and iOS Safari (action) extension that lets you use every HTML5 video in Picture in Picture mode macOS Download It'
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
FSPagerView appending RxSwift extension
FSPagerView appending RxSwift extension
iOS 15, MVVM, Async Await, Core Data, Abstract Network Layer, Repository & DAO design patterns, SwiftUI and Combine
iOS 15, MVVM, Async Await, Core Data, Abstract Network Layer, Repository & DAO design patterns, SwiftUI and Combine
An iOS app for communicating with your clightning node over the lightning network
An iOS app for communicating with your clightning node over the lightning network
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.
CoreNetwork module with the basic functionality of requests to the network
CoreNetwork module with the basic functionality of requests to the network
DeepInfant® is a Neural network system designed to predict whether and why your baby is crying.
DeepInfant DeepInfant® is a Neural network system designed to predict whether and why your baby is crying. DeepInfant uses artificial intelligence and
Easy usage SFSymbols with static types. If symbol not available, compiler will show warning.
SPSafeSymbols Wrapper of SF Symbols. You choose the icon and what style to draw it in. You can specify the font with which to draw the icon. If the sy
Infowind - An Open Graph Metadata extension for iOS, iPadOS & MacOS
Infowind 💨 InfoWind is an Open Graph Protocol based Safari extension for iOS, i
OpenOSCKit - Communicate among computers, sound synthesizers, and other multimedia devices via OSC over an IP network
OpenOSCKit The OpenOSCKit package provides the classes needed for your apps to c
SwiftExtensionKit - SwiftExtensionKit is to contain generic extension helpers for UIKit and Foundation
RichAppz PureSwiftExtensionKit SwiftExtensionKit is to contain generic extension
This is a completely fresh implementation of the iCepa app.
iCepa Restart This is a completely fresh implementation of the iCepa app. It is a testbed for Network Extension experiments for advanced VPN-style app
Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS.
Passepartout Passepartout is a non-official, user-friendly OpenVPN® client for iOS and macOS. Overview All profiles in one place Passepartout lets you
Browser-ext - Safari Extension Container App
browser-ext See article on dev.to. Please refer to Safari Web Extensions on how
Easy usage SFSymbols. If symbol not available, compiler will show warning.
SFSymbols Wrapper of SFSymbols. You choose the icon and what style to draw it in. You can specify the font with which to draw the icon. If the symbol
GM-Dragable - A DragableView extension for GM
GM-Dragable A DragableView extension for GM How to use it UIViewController try?
Kotlin Multiplatform project that gets network data from Food2Fork.ca
Food2Fork Recipe App This is the codebase for a Kotlin Multiplatform Mobile course. Watch the course List to Detail screen Searching Architecture Shar
NetworkArch is an advanced network diagnostic tool
NetworkArch is an advanced network diagnostic tool, which allows you to diagnose problems with your network and get detailed information a
OONI Probe is free and open source software designed to measure internet censorship and other forms of network interference.
OONI Probe iOS OONI Probe is free and open source software designed to measure internet censorship and other forms of network interference. Click here
Companion app and XCode extension for adding SwiftUI recipes to your code.
SwiftUI Recipes Companion Free Companion app and XCode extension for adding SwiftUI recipes to your code. Choose from a rich selection of SwiftUI reci
🧚 RxSwift + Moya + HandyJSON + Plugins.
RxNetworks 🧚 . RxSwift + Moya + HandyJSON + Plugins. 👒 👒 👒 English | 简体中文 This is a set of infrastructure based on RxSwift + Moya MoyaNetwork This
HEX color handling as an extension for UIColor
HEX color handling as an extension for UIColor. Written in Swift
The MobileNet neural network using Apple's new CoreML framework
MobileNet with CoreML This is the MobileNet neural network architecture from the paper MobileNets: Efficient Convolutional Neural Networks for Mobile
Not Suitable for Work (NSFW) classification using deep neural network Caffe models.
Open nsfw model This repo contains code for running Not Suitable for Work (NSFW) classification deep neural network Caffe models. Please refer our blo
Async network layer with Combine
Version 1.0.10 Currently Available Platform Version iOS 12.0 tvOS 10.0 macOS 10.15 watchOS 3.0 macCatalyst 13.0 Hover is a Network layer which uses Ap
An extension to SnapshotTesting which allows you to create HEIC images
🗜 SnapshotTestingHEIC An extension to SnapshotTesting which allows you to create HEIC images. The benefit of using HEIC instead of PNG is that it can
Using the UIKitChain framework, You can create a UIKit component in one line of code.
Using the UIKitChain framework, You can create a UIKit component in one line of code. Installation CocoaPods CocoaPods is a dependency manager for Coc
Auto Layout made easy with the Custom Layout.
Auto Layout made easy with the Custom Layout. Getting started CocoaPods CocoaPods is a dependency manager for Cocoa projects. You can install it with
Detecting Text in Natural Image with Connectionist Text Proposal Network (ECCV'16)
Detecting Text in Natural Image with Connectionist Text Proposal Network The codes are used for implementing CTPN for scene text detection, described
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Alamofire extension for serialize NSData to SwiftyJSON
Alamofire-SwiftyJSON An extension to make serializing Alamofire's response with SwiftyJSON easily. ⚠️ To use with Swift 3.x please ensure you are usin
Network abstraction layer written in Swift.
Moya 15.0.0 A Chinese version of this document can be found here. You're a smart developer. You probably use Alamofire to abstract away access to URLS
DataDrivenAlert - Extension for SwiftUI.Alert for data driven configuration
Data driven alert and confirmation dialog Based on Composable Architecture Alert
Swift extension which adds start, animating and completion closures for CAAnimation objects. Aka, CAAnimation + Closure / Block
Swift-CAAnimation-Closure Swift extension which adds start, animating and completion closures for CAAnimation objects. Aka, CAAnimation + Closure or C
Bonjourr-Safari - Safari repository for Bonjourr
Install Start Clone this repo & the original repo Open Bonjourr Startpage.xcodep
WebViewCustomFont - WKWebView extension to addScript for inject a custom font-face
WebViewCustomFont WKWebView extension to addScript for inject a custom font-face
PHPHub for iOS is the universal iPhone and iPad application for PHPHub
PHPHub is a Forum project written in Laravel 4.2, and it is also the project build up PHP & Laravel China community. PHPHub for iOS is the universal i
harry potter themed social network similar to IG
Potter Pics PotterPics is a Harry Potter themed social network similar to Instagram. Walkthrough Home, Main Feed, Profile Library Post, Search, Camera
Extension of Diffable API which allow not duplicate code and use less models. Included example for SideBar.
SPDiffable Apple's diffable API requerid models for each object type. If you want use it in many place, you pass many time to implemenet and get over
An NSFW image detector for Swift built as an extension on UIImage.
Swift_NSFW_Detector An NSFW image detector for Swift built as an extension on UIImage. If you've ever allowed users to share images you are probably w
Idiomatic instantiation and dequeuing
ReusableViews Why? This extension package solves the following problems: Forces your team to adhere to standard practices by: Making storyboard identi
Alby-installer-macos - The Extension and Companion Installer for Alby
Alby macOS Installer This is the Extension and Companion Installer for Alby. Cli
This is an iOS Safari Extension Sample that adds a "Develop menu" to Safari on iOS to allow you to analyze websites.
Develop Menu for Mobile Safari This is an iOS Safari Extension that adds a "Develop menu" to Safari on iOS to allow you to analyze websites. This is a
Superhero-composable-watch-example - A superhero themed experiment using the swift composable architecture on a SwiftUI/Combine iOS app and Watch extension
Superhero Composable Watch Example Calling all superhero and Apple Watch enthusi
🌊 Let your code flow. Extension methods for fluent syntax in Swift.
Flow 🌊 Let your code flow. This library provides a bunch of extension methods for a better fluent syntax in Swift. This style is very useful for some
XCLog is a Swift extension that helps you print something in console when debugging your projects.
XCLog XCLog is a Swift extension that helps you print something in console when debugging your projects. Installation Open Xcode File Add Packages
SwiftPlus - A Swift extension.
SwiftPlus SwiftPlus is made to have a package which contains everyday use extensions, functions and helper classes. Documentation You can find the doc
FinderEx - MacOS Finder Sync Extension to Allow Adding Custom Actions
FinderEx MacOS Finder Sync Extension to Allow Adding Custom Actions Description
Hack Club Bank Operations extension for Safari.
Hack Club Bank Operations Plugin (for Safari) This a port of the original hackclub/bank-ops-plugin Chrome extension which can be used in Safari on mac
Iperf-ios - iPerf 3 library and app for iOS
iPerf iOS Run an iPerf3 client on your iPhone or iPad, including reverse mode and multiple stream selection: Download Download on the App Store. Why?
Nef-plugin - 🔌 an Xcode extension to use nef features easily
This project provides an extension for Xcode to integrate some nef features directly in the IDE. Using the core of nef, you can export snippets from y
Comment-Spell-Checker - Xcode extension for spell checking and auto-correcting code comments.
Comment Spell Checker An Xcode Source Editor extension that runs spell check and auto correct on your code comments. Features Supports mutliple commen
Snowonder - 🔮 Magical import declarations formatter for Xcode
Snowonder is Xcode Extension that adds some convenient formatting operations for Import Declarations. This extension is created with latest stable Swi
DocumenterXcode - Attempt to give a new life for VVDocumenter-Xcode as source editor extension.
DocumenterXcode Xcode source editor extension which helps you write documentation comment easier, for both Objective-C and Swift. This project is an a
Xgist - Xcode extension to send code to GitHub's Gist
Xgist Xgist is a Xcode extension to send code to GitHub's Gist. The extension will send your code selection to Gist and automatically copy the Gist UR
XShared - Xcode extension that allows you copying the code with special formatting quotes for social (Slack, Telegram)
This extension is for those who like to show code to the public 😎 Xcode extension which allows you copying the code with special formatting quotes fo
Mark - Xcode extension for generating MARK comments.
Mark Xcode extension for automatic generation of MARK comments. Why? If you would like to organize your code with MARK comments, this will save you so
Import - Xcode extension for adding imports from anywhere in the code ☝️
Import ☝️ Xcode extension for adding imports from anywhere in the code. Now available on App Store Why? Because sometimes you are on 300th line of cod
XcodeEquatableGenerator - Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.
Depricated! There is not need for it at the moment as Swift compiler can do that for us 🚀 Swift Equatable Generator Xcode 8 Source Code Extension wil