6598 Repositories
Swift IOS-application-using-swift Libraries
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
This project is Text Recognition using Firebase built-in model on iOS
TextRecognition-MLKit This project is Text Recognition using Firebase built-in model on iOS. If you are interested in iOS + Machine Learning, visit he
The example project of inferencing Semantic Segementation using Core ML
SemanticSegmentation-CoreML This project is Object Segmentation on iOS with Core ML. If you are interested in iOS + Machine Learning, visit here you c
The example of running Depth Prediction using Core ML
DepthPrediction-CoreML This project is Depth Prediction on iOS with Core ML. If you are interested in iOS + Machine Learning, visit here you can see v
This is an example project of SwiftUI and Combine using GitHub API.
SwiftUI-Combine-Example This is an example project of SwiftUI and Combine using GitHub GET /search/users API. ๐ Requirements Swift5.1 Beta Xcode11.0
A open source Swift app for iOS 13 that allows you to check your NFC transit card information. Written with SwiftUI.
ABANDONED Metrodroid, which TransitPal was heavily inspired by, now has its own fully functional iOS app! It should be in the App Store "soon". I stro
A collection of bugs present in the SwiftUI beta.
Gosh Darn Bugs! GoshDarnBugs is a collection of... you guessed it, bugs. Usage Clone the repository. Open GoshDarnBugs.xcodeproj Click Run. Why? Swift
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
VerticalTabView is a native way to display paged vertical content in SwiftUI.
VerticalTabView ๐ VTabView is a native way to display paged vertical content in SwiftUI. To work it makes use of the new iOS 14 TabView PageTabViewSt
A collection of missing SwiftUI components
SwiftUIKit A collection of components that will simplify and accelerate your iOS development. Components CurrencyTextField AdaptToKeyboard (not needed
Swift for TensorFlow
Swift for TensorFlow (Archived) Swift for TensorFlow was an experiment in the next-generation platform for machine learning, incorporating the latest
TensorFlow C API Class Wrapper in Server Side Swift.
Perfect TensorFlow ็ฎไฝไธญๆ This project is an experimental wrapper of TensorFlow C API which enables Machine Learning in Server Side Swift. This package
Codepath prework project (Hello World app)
Hello World App Description TODO:// A Hello World App App Walk-though TODO:// Add the URL to your animated app walk-though gif in the image tag below.
Learning Swift using Docker containers as development environment
100-days-of-swift Small setup to help me learn Swift. I don't own a mac so this is what I came up with ๐ .
Open Source release of the code for the iOS retro 80s platform game Loot Raider
Loot Raider iOS v1.7 (c) 2018 Infusions of Grandeur - Written By: Eric Crichlow Background Loot Raider is the "spiritual successor" to a game named "G
Example Poq App written in Swift with RxSwift and RxCocoa
PoqApp-iOS Example Poq App written in Swift with RxSwift and RxCocoa Overview This is an example app written by Emre AYDIN on 01.16.2022 MVVM Design P
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
An iOS app to lift the speed limit of your Cowboy Bike
Legal Notice 1. I am not resposible to anything worse that could happen to your bike because of this app 2. Be careful that lifting the 25km/h limit c
A credit card scanner for iOS written in Swift
DGCardScanner A credit card scanner Requirements iOS 13.0+ Swift 5.5+ Xcode 10.0+ Installation SPM File Add Packages https://github.com/donggyushi
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
Swift wrapper for Discord's API. Maintained fork of Azoy's Sword.
Sword - A Discord Library for Swift Requirements macOS, Linux, iOS, watchOS, tvOS (no voice for iOS, watchOS, or tvOS) At least Swift 5.3 Adding Sword
iOS client for the TradeOgre.com crypto-to-crypto trading platform
TradeOgre iOS Overview TradeOgre iOS is an iOS client for the TrageOgre.com website and crypto-exchange platform. I was looking for their iOS client,
Holistically-Nested Edge Detection (HED) using CoreML and Swift
HED-CoreML Holistically-Nested Edge Detection (HED) using CoreML and Swift This is the repo for tutorial, that contains an example application that ru
iOS Core ML implementation of waifu2x
waifu2x on iOS Introduction This is a Core ML implementation of waifu2x. The target of this project is to run waifu2x models right on iOS devices even
๐ iOS11 demo application for sentiment polarity analysis.
Sentiment Polarity CoreML Demo A Demo application using CoreML framework for sentiment polarity analysis. Model CoreML model was converted from Scikit
Swift framework for document classification using a Core ML model.
DocumentClassifier Overview DocumentClassifier is a Swift framework for classifying documents into one of five categories (Business, Entertainment, Po
๐ท iOS11 demo application for predicting gender from first names.
Names CoreML Demo A Demo application using CoreML framework for predicting gender from first names. Model This demo is based on An introduction to Mac
Profiler Application using Sentiment Analysis
Profiler Application using Sentiment Analysis Abstract We send many posts and pictures over the time on our social channels such as Facebook, Instagra
Hand-gesture recognition on iOS app using CoreML
GestureAI-CoreML-iOS Hand-gesture recognizer using CoreML Demo Screenshots This app is using RNN(Recurrent Neural network) with CoreML on iOS11. The m
Convert Torch7 models into Apple CoreML format
Convert Torch7 models into Apple CoreML format. Short tutorial This tool helps convert Torch7 models into Apple CoreML format which can then be run on
Automatic colorization using deep neural networks. Colorful Image Colorization. In ECCV, 2016.
Colorful Image Colorization [Project Page] Richard Zhang, Phillip Isola, Alexei A. Efros. In ECCV, 2016. + automatic colorization functionality for Re
Automatic spoken language identification (LID) using deep learning.
iLID Automatic spoken language identification (LID) using deep learning. Motivation We wanted to classify the spoken language within audio files, a pr
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
mtcnn-caffe Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks. This project provide you a method to update mu
Sentry logging backend for SwiftLog
SwiftLogSentry A Sentry logging backend for SwiftLog, it works by creating and adding a Breadcrumb for log events. Features Supports metadata by inser
SwiftDI - A dependency injection tool for Swift
SwiftDI SwiftDI is a dependency injection tool for Swift. With it you can build well-structured and easily testable applications for iOS class Example
Swift Key Derivation
KeyDerivation This package implements key derivation system based of 5 levels: m / purpose' / coin_type' / account' / role / index As described in CIP
LOL Champions app: a small Multi-Module demo application to demonstrate modern iOS application tech-stacks with a Multi-module and MVVM architecture
LOL Champions app: a small Multi-Module demo application to demonstrate modern iOS application tech-stacks with a Multi-module and MVVM architecture
TransartistryApp is an application that will allow you to transform your photos and images into paintings of great artists
TransartistryApp TransartistryApp is an application that will allow you to transform your photos and images into paintings of great artists. Descripti
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
EFQRCode is a lightweight, pure-Swift library for generating stylized QRCode images with watermark or icon, and for recognizing QRCode from images, in
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]
Simple JSON Object mapping written in Swift
ObjectMapper ObjectMapper is a framework written in Swift that makes it easy for you to convert your model objects (classes and structs) to and from J
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
Starscream is a conforming WebSocket (RFC 6455) library in Swift.
Starscream is a conforming WebSocket (RFC 6455) library in Swift. Features Conforms to all of the base Autobahn test suite. Nonblocking. Everything ha
A Swift wrapper for SQLite databases
Squeal, a Swift interface to SQLite Squeal provides access to SQLite databases in Swift. Its goal is to provide a simple and straight-forward base API
A PostgreSQL client library for Swift. Does not require libpq.
PostgresClientKit PostgresClientKit provides a friendly Swift API for operating against a PostgreSQL database. Features Doesn't require libpq. Postgre
A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development.
Swift Custom Events A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development. This provides
A glorious Swift wrapper around NSNotificationCenter
Kugel A glorious Swift wrapper around NSNotificationCenter. โ ๏ธ Deprecated โ ๏ธ This library is deprecated and will not be maintained anymore. With Swift
A Task Queue Class developed in Swift (by Marin Todorov)
TaskQueue Table of Contents Intro Installation CocoaPods Carthage Simple Examples Synchronous tasks Asynchronous tasks Serial and Concurrent Tasks GCD
Swift based OAuth library for iOS and macOS
OAuthSwift Swift based OAuth library for iOS and macOS. Support OAuth1.0, OAuth2.0 Twitter, Flickr, Github, Instagram, Foursquare, Fitbit, Withings, L
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
Swift HTTP for Humans
Just is a client-side HTTP library inspired by python-requests - HTTP for Humans. Features Just lets you to the following effortlessly: URL queries cu
iOS Tweak to redirect Discord API calls to a Fosscord server.
FosscordTweak iOS Tweak to redirect Discord API calls to a Fosscord server. Installation Manual Download .deb file from release and install on jailbro
This is how you can manage and share logs in iOS application.
Logging in Swift In this example, you can find how to print all the logs effciently in iOS application. Along with, you will find how to share logs fo
๐ฆ An asynchronous Twitter library based on the Twitter v2 API
Twift Twift is an asynchronous Swift library for the Twitter v2 API. No external dependencies Only one callback-based method (requestUserCredentials)
An iOS library to create beautiful card transitions.
CSCardTransition CSCardTransition is a small library allowing you to create wonderful push and pop transition animations like in the App Store. It wor
Swift RSA Key Loader
Swift RSA Key Loader Requirements iOS 9.0+ Installation See the subsections below for details about the different installation methods. Swift Package
iOS App to show Top Stories from New York Times
NYT News iOS app displaying New York Times top stories. Features Shows articles from various sections of New York Times top stories. Open each article
A (really) native and powerful macOS Telegram client built using SwiftUI, optimized for moderating large communities and personal use.
Moc A (really) native and powerful macOS Telegram client, optimized for moderating large communities and personal use. This client is currently in dev
Lightweight lib around NSURLSession to ease HTTP calls
AeroGear iOS HTTP Thin layer to take care of your http requests working with NSURLSession. Project Info License: Apache License, Version 2.0 Build: Co
Tiny http server engine written in Swift programming language.
What is Swifter? Tiny http server engine written in Swift programming language. Branches * stable - lands on CocoaPods and others. Supports the latest
A simple but flexible cache
Carlos A simple but flexible cache, written in Swift for iOS 13+ and WatchOS 6 apps. Breaking Changes Carlos 1.0.0 has been migrated from PiedPiper de
Swift framework wrapping CommonCrypto's SHA256 methods.
SHA256-Swift Swift framework wrapping CommonCrypto's SHA256 methods. This is experimental. Do not use this in a production system. Installation instru
Demonstration blackjack app for native iOS. Uses MVVM architecture
Blackjack - native iOS application This project is a simple demonstration on how to intergrate swiftUI with MVVM architecture. Although, technically,
Captcha implementation in ios App
CaptchaDemo_ios A Swift project to showcase implementation of Google ReCaptcha in iOS Application. Features A light weight basic wrapper to handle com
Mvvm - Collection View Notes With Swift
CollectionViewNotes Haciendo apuntes para cuando pierda la memoria Comenzando ๐
MulticoinLightClientKit - A Zcash Lightweight Client SDK for iOS
Zcash iOS Framework A Zcash Lightweight Client SDK for iOS This is an alpha buil
LocalAuth - Another Fusion library to implement the local authentication using Biometry
FusionLocalAuth Another Fusion library to implement the local authentication usi
DGPlaceholderTextView - A light-weight UITextView that supports for placeholder
DGPlaceholderTextView Requirements Installation Usage Properties DGPlaceholderTe
Tictactoe-ultimatum - iOS implementation of Ultimate Tic-Tac-Toe game
TicTacToe Ultimatum An iOS app in Swift implementing the classic game of Ultimat
MothECS - Simple Entity Component System in Swift
MothECS: Simple Entity Component System in Swift ๐ฆ MothECS is a simple entity c
MultiPeer-Progress-iOS - Swift project to demo the use of the MultiPeer framework to send files between iOS devices and show the progress
MultiPeer-Progress-iOS Swift project to demo the use of the MultiPeer framework
Modern-collection-view - Modern collection view for swift
Modern collection view Sample application demonstrating the use of collection vi
Simplest MIDI Swift library
WebMIDIKit: Simplest Swift MIDI library ###Want to learn audio synthesis, sound design and how to make cool sounds in an afternoon? Check out Syntoria
SwiftIB is a pure Swift implementation of the Interactive Brokers TWS API library on Mac OS X
SwiftIB is a pure Swift implementation of the Interactive Brokers TWS API library on Mac OS X, with Core Foundation of crouse. All the API interfaces are implemented. Request Market Data and Request History Data interface are thoroughly tested.
A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript
Dollar Dollar is a Swift library that provides useful functional programming helper methods without extending any built in objects. It is similar to L
Functional programming in Swift
Swiftz Swiftz is a Swift library for functional programming. It defines functional data structures, functions, idioms, and extensions that augment the
KVO for Swift - Value Observing and Events
Value Observing and Events for Swift Swift lacks the powerful Key Value Observing (KVO) from Objective-C. But thanks to closures, generics and propert
A promises library written in Swift featuring combinators like map, flatMap, whenAll, whenAny.
Promissum is a promises library written in Swift. It features some known functions from Functional Programming like, map and flatMap. It has useful co
PoC of function hooking in Swift
SWRoute is a tiny Swift wrapper over rd_route(). It allows you to route (hook) quite any function/method with another function/method or even a closur
Swift Matrix Library
Swift Matrix and Machine Learning Library Note: tensorflow/swift and apple/swift-numerics/issues/6 have or will have more complete support for NumPy-l
Elegant state machine for Swift.
SwiftState Elegant state machine for Swift. Example enum MyState: StateType { case state0, state1, state2 } // setup state machine let machine = S
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
Modern Swift API for NSUserDefaults
SwiftyUserDefaults Modern Swift API for NSUserDefaults SwiftyUserDefaults makes user defaults enjoyable to use by combining expressive Swifty API with
An opinionated starting point for awesome, reusable Swift 5 modules
Swift 5 Module Template Use this template as a starting point for any Swift 5 module that you want other people to include in their projects. STATUS:
Command line utility to profile compilation time of Swift project.
xcprofiler Command line utility to profile compilation time of Swift project. This tool is developed in working time for Cookpad. Installation gem ins
๐ฒ The curated list of iOS Developer interview questions and answers, Swift & Objective-C
Awesome iOS interview questions and answers ๐ Get started by picking interview's language and start preparing right now Install the app Prepare for t
A curated list of Open Source example iOS apps developed in Swift
๏ฃฟ A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Collaborative List of Open-Source iOS Apps
Open-Source iOS Apps A collaborative list of open-source iOS, iPadOS, watchOS and tvOS apps, your contribution is welcome ๐ Jump to Apple TV Apple Wa
๐ Redux like architecture for SwiftUI
Simple Architecture like Redux Installation SPM dependencies: [ .package(url: "https://github.com/gre4ixin/ReduxUI.git", .upToNextMinor(from: "1.0
๐ Create XCFrameworks with ease! A Command Line Tool to create XCFramework for multiple platforms at one shot! The better way to deal with XCFrameworks for iOS, Mac Catalyst, tvOS, macOS, and watchOS.
Surmagic ๐ Create XCFramework with ease! A Command Line Tool to create XCFramework for multiple platforms at one shot! The better way to deal with XC
A little beautifier tool for xcodebuild
xcbeautify xcbeautify is a little beautifier tool for xcodebuild. Similar to xcpretty, but faster. Features 2x faster than xcpretty. Human-friendly an
Patchman - A macOS application to test APIs with HTTP methods (Decluttered Postman)
Patchman A macOS application to test APIs with HTTP methods (Decluttered Postman
ChidoriMenu - An easy way to add menus visually similar to iOS 14's Pull Down and Context Menus but with some added benefits
ChidoriMenu ๐ฆ โก๏ธ An easy way to add popover menus visually similar to the Conte
React-native-photo-editor - Photo editor using native modules for iOS and Android
๐ Image editor using native modules for iOS and Android. Inherit from 2 available libraries, ZLImageEditor (iOS) and PhotoEditor (Android)
Podman-desktop: a graphical menu bar application for managing Podman machines
podman-desktop podman-desktop is a graphical menu bar application for managing P
ClearScore - This application simulates a credit check on a user by making a call to an API and displaying the data
ClearScore Description This application simulates a credit check on a user by ma
Bonjourr-Safari - Safari repository for Bonjourr
Install Start Clone this repo & the original repo Open Bonjourr Startpage.xcodep
SNTabBarDemo-Swift - Cool TabBar With Swift
SNTabBarDemo-Swift Cool TabBar How To Use // MARK: - setup private func setu
WholesomeExtensions - A SPM package that provides some extensions that I like to use
WholesomeExtensions This package includes some extensions that I like to use. Yo
DGBottomSheet - The lightest swift bottom sheet library
DGBottomSheet Requirements Installation Usage DGBottomSheet The lightest swift b