6222 Repositories
Swift ios-swift-totoruial Libraries
Real time chat application in Swift 5 using Firebase
Real time chat application in Swift 5 using Firebase
Weather forcast app with swift
Weather forcast app Prerequisite Xcode installed application target must be iOS 11.0 or upper How to install and run the project Clone project git@git
Stock tradings Logger app for iOS
Stock Logger Contributor: Name: Prof. Darren Takaki Author: Name: Ibrahim (Wusiman Yibulayin) Student ID: 0728356 Table of contents Description Gettin
An interactive body tracking installation
SharingElements An interactive body tracking installation Requirements Hardware requirements: MacOS computer (preferably (M1 chip)[https://en.wikipedi
A swift PropertyWrapper to provide automatic NSView/UIView invalidation when the properties value changes.
A swift PropertyWrapper to provide automatic NSView/UIView invalidation when the properties value changes. It duplicates the @Invalidating propertyWrapper for build targets prior to macOS 12 and iOS 15.
This repository contains the source code of the EU Digital COVID Certificate Certlogic for iOS.
This repository contains the source code of the EU Digital COVID Certificate Certlogic for iOS.
A collection of Swift Tutorials built with Apple's DocC.
Swift Tutorials This is not a package, it's just a bunch of tutorials This project uses Apple's DocC (Documentation Compiler) to create a set of Swift
Swift SDK for Blockfrost.io API
Swift5 API client for Blockfrost Swift 5 SDK for Blockfrost.io API. Installation • Usage • API Endpoints Installation Swift package manager dependenci
An unofficial supported Swift client library for accessing News API.
An unofficial supported Swift client library for accessing News API.
A Swift package for parsing Clang module map files
Clangler is a Swift package used to parse Clang module map files into an abstract syntax tree (AST) representation. Once parsed, you can inspect or manipulate the nodes in the file, then generate and save a new file reflecting your changes.
SwiftRedux is a Swift implementation of the Redux state container
SwiftRedux is a Swift implementation of the Redux state container. It relies on the same concepts and provides familiar Hooks through property wrappers.
A spotlight-inspired quick action bar for macOS.
DSFQuickActionBar A spotlight-inspired quick action bar for macOS. Why? I've seen this in other mac applications (particularly spotlight) and it's ver
UDF (Unidirectional Data Flow) architecture on SwiftUI/Combine
The license The SwiftUI-UDF stays under a dual license (email confirmation required): It can be Free for non-commercial use, public repository or star
A logging backend for swift-log that sends logging messages to Logstash (eg. the ELK stack)
LoggingELK LoggingELK is a logging backend library for Apple's swift-log The LoggingELK library provides a logging backend for Apple's apple/swift-log
A small project written with SwiftUI achieves a scrolling effect similar to Apple Music lyrics.
Music Lyrics scrolling animation effect Since the iOS/iPadOS 13 update, Apple has brought a new scrolling lyrics feature to Apple Music. The album im
An extremely lean implementation on the classic iOS router pattern.
Beeline is a very small library that aims to provide a lean, automatic implementation of the classic iOS router pattern.
Swift Package for distributing Mozilla's Rust-based application components
Swift Package for Mozilla's Rust Components This repository is a Swift Package for distributing releases of Mozilla's various Rust-based application c
An iOS app to turn typed text into images of handwritten text in your own handwriting style.
Text-to-Handwritting © 2021 by Daniel Christopher Long An iOS app to turn typed text into images of handwritten text in your own handwriting style. ht
Client library for making in-app purchases on iOS and macOS Automattic apps
MobilePayKit Client library for making in-app purchases on iOS and macOS Automattic apps Introduction MobilePayKit is a client library for making in-a
Swift library for JSON-RPC
JSONRPC There are already a bunch of packages out there for doing JSON-RPC in Swift. This one is just very simple and makes no assumptions about the t
Multitasking Drawer tweak for jailbroken iOS devices
PullOver-Pro Multitasking Drawer tweak for jailbroken iOS devices About PullOver Pro is multitasking substrate / jailbreak / runtime extension written
iOS 14 checkra1n-jailbreak-targeted passcode interposition
lockdown I can't remember if this version (involving ksecured) is actually functioning, Started working on this right before I moved, haven't really w
Personally useful Swift Extensions for iOS Development
Useful-Swift-Extensions Personally useful Swift Extensions for iOS Development; cobbled together from a variety of development projects and StackOverf
Swift Interview Problems in Playground
SwiftInterviewProblems Two Parts -- Swift Playgrounds & Read Me Swift Interview Problems in Playground you may have to copy and paste the code into a
A SwiftUI Weather App powered by World Weather Online API
SwiftUI-Weather The SwiftUI Weather app, allow users get the current weather for a particular locatio and view a 5-day weather forecast for the select
Twitter swift ui tutorial
twitter_swift_ui_tutorial MVVM 아키텍쳐와 Swift UI를 이용해서 Twitter의 MVP 버전 앱을 제작하는 방법을 배운다. API를 Firestore 및 데이터 모델과 통합하는 작업, 유저를 팔로우하고, tweet 생성, 좋아요, direc
Easily create Local Notifications in swift - Wrapper of UserNotifications Framework
In IOS 10, apple updated their library for Notifications and separated Local and push notifications to a new framework: User Notifications This librar
APNSUtil is makes code simple using apple push notification service
APNSUtil APNSUtil makes code simple settings and landing for apple push notification service. Features Using apple push notification service simply No
Library to send mock remote notifications to the iOS simulator
SimulatorRemoteNotifications SimulatorRemoteNotifications is a library to send mock remote notifications to the iOS simulator. The library extends UIA
OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
Pusher OS X and iOS application and framework to play with the Apple Push Notification service (APNs) Installation Install the Mac app using Homebrew
Push Notification Registration for iOS
Orbiter Note: This project is no longer being maintained. For most iOS client / server applications, push notifications are negotiated through an inte
Postal is a swift framework providing simple access to common email providers.
Postal is a swift framework providing simple access to common email providers. Example Connect let postal = Postal(configuration: .icloud(login: "myem
Swift wrappers for the tree-sitter incremental parsing system
SwiftTreeSitter Swift wrappers for the tree-sitter incremental parsing system. Remember that tree-sitter has both runtime and per-language dependencie
Swift package wrapping the OpenWall BCrypt hashing algorithm
SwiftBCrypt A simple Swift Package wrapping the OpenWall BCrypt hashing algorithm. Generate Salt let bcryptSalt = try BCRypt.makeSalt() Hash Phrases
iOS Project Manager Client
08-iOS-Project-Manager-Client 프로젝트 매니저 STEP 1 프로젝트 할일 리스트 기능구현 UI구현방식 : 코드 아키텍쳐 : ProjectManagerViewController : NavigationViewController위에 StackView(
This library project contains a few noise generators created in Swift.
SwiftNoiseGenerator This library project contains a few noise generators created in Swift. contains: Perlin Noise Simplex Noise How to use Edit your P
Pipable is an iOS library to implement Picture in Picture for any UIView.
Pipable Pipable is an iOS library to implement Picture in Picture for any UIView. This is done just by conforming to a protocol. The "Audio, AirPlay a
iOS application for getting weather.
WeatherApp ios application for getting weather. The app is getting data from the API: OpenWeather App description The app contains two screens: main s
Declarative and Reactive Networking for Swift.
Squid Squid is a declarative and reactive networking library for Swift. Developed for Swift 5, it aims to make use of the latest language features. Th
Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.
ReactiveAPI Reactive API library allows you to write clean, concise and declarative network code, with the power of RxSwift and URLSession! iOS Demo A
A networking library for iOS, macOS, watchOS and tvOS
Thunder Request Thunder Request is a Framework used to simplify making http and https web requests. Installation Setting up your app to use ThunderBas
An elegant yet powerful iOS networking layer inspired by ActiveRecord.
Written in Swift 5 AlamoRecord is a powerful yet simple framework that eliminates the often complex networking layer that exists between your networki
Lightweight REST library for iOS and watchOS. Available on cococapods
RMHttp RMHttp is a Lightweight REST library for iOS and watchOS. Features Chainable Request URL / JSON Parameter Encoding HTTP Methods GET/POST/DELETE
Get your device ip address, router ip or wifi ssid
FGRoute FGRoute is written on C and Objective C (includes Swift support), it helps developers to get rid of dealing with WiFi interfaces. Example To r
Bamboots - Extension 4 Alamofire
Bamboots is a network request framework based on Alamofire , aiming at making network request easier for business development. Protocols Features Requ
This is swift version for swnetworking
SkyWite SkyWite is an open-source and highly versatile multi-purpose frameworks. Clean code and sleek features make SkyWite an ideal choice. Powerful
An iOS library to route API paths to objects on client side with request, mapping, routing and auth layers
WANetworkRouting Developed and Maintained by ipodishima Founder & CTO at Wasappli Inc. Sponsored by Wisembly A routing library to fetch objects from a
QwikHttp is a robust, yet lightweight and simple to use HTTP networking library for iOS, tvOS and watchOS
QwikHttp is a robust, yet lightweight and simple to use HTTP networking library. It allows you to customize every aspect of your http requests within a single line of code, using a Builder style syntax to keep your code super clean.
❌📱 A little swift Internet error status indicator using ReachabilitySwift
EFInternetIndicator Requirements Xcode 8.0+ iOS 8.3+ WARNING : It's not work on simulator. #1 Installation CocoaPods You can use CocoaPods to install
Bonjour networking for discovery and connection between iOS, macOS and tvOS devices.
Merhaba Bonjour networking for discovery and connection between iOS, macOS and tvOS devices. Features Creating Service Start & Stop Service Stop Brows
A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.
XMNetworking English Document XMNetworking 是一个轻量的、简单易用但功能强大的网络库,基于 AFNetworking 3.0+ 封装。 其中,XM 前缀是我们团队 Xcode-Men 的缩写。 简介 如上图所示,XMNetworking 采用中心化的设计思想
A networking library for Swift
Nikka Nikka is a super simple Swift HTTP networking library that comes with many extensions to make it modular and really powerful. Installation Usage
ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS
SwiftyZeroMQ - ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS This library provides easy-to-use iOS, macOS, tvOS and watchOS Swift bindings fo
An iOS LAN Network Scanner library
MMLanScan MMLanScan is an open source project for iOS that helps you scan your network and shows the available devices and their MAC Address, hostname
Swish is a networking library that is particularly meant for requesting and decoding JSON via Decodable
Swish Nothing but net(working). Swish is a networking library that is particularly meant for requesting and decoding JSON via Decodable. It is protoco
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and AppleTV app.
This generic SOAP client allows you to access web services using a your iOS app, Mac OS X app and Apple TV app. With this Framework you can create iPh
Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support
Networking was born out of the necessity of having a simple networking library that doesn't have crazy programming abstractions or uses the latest rea
The HTTP library used by the Spotify iOS client
Authentication and back-off logic is a pain, let's do it once and forget about it! This is a library that allows you to centralise this logic and forg
Elegantly connect to a JSON api. (Alamofire + Promises + JSON Parsing)
⚠ Important Notice: Farewell ws... hello Networking ! Networking is the next generation of the ws project. Think of it as ws 2.0 built for iOS13. It u
Lightweight Networking and Parsing framework made for iOS, Mac, WatchOS and tvOS.
NetworkKit A lightweight iOS, Mac and Watch OS framework that makes networking and parsing super simple. Uses the open-sourced JSONHelper with functio
A Concise HTTP Framework in Swift
NetKit A Concise HTTP Framework in Swift. Requirements NetKit requires Swift 5.0 and Xcode 10.2 Installation CocoaPods You can use CocoaPods to integr
Network Diagnosis for iOS
Network Diagnosis for iOS 中文 Summary Network Diagnosis Library,support Ping/TcpPing/Rtmp/TraceRoute/DNS/external IP/external DNS。 Install CocoaPods po
a NSURLCache subclass for handling all web requests that use NSURLRequest
EVURLCache What is this? This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView) The EVURLCache
Simplified access to Apple's CloudKit
EVCloudKitDao Discuss EVCloudKitDao : What is this With Apple CloudKit, you can focus on your client-side app development and let iCloud eliminate the
Extensible HTTP Networking for iOS
Bridge Simple Typed JSON HTTP Networking in Swift 4.0 GET GETDict("http://httpbin.org/ip").execute(success: { (response) in let ip: Dict = respo
iOS/Mac OS framework for Rails
NSRails is a lightweight framework that makes mapping client-side objects to remote Rails objects a breeze, and calling CRUD operations and others sup
Easy-to-use ICMP Ping for iOS (and maybe OSX)
CDZPinger Easy-to-use ICMP ping for iOS - just create a CDZPinger and you delegate gets a callback every second with the average ping time. Installati
ROAD – Rapid Objective-C Applications Development
A set of reusable components taking advantage of extra dimension Attribute-Oriented Programming adds. Components Core - support for attributes, reflec
foursquare iOS networking library
FSNetworking foursquare's iOS networking library FSN is a small library for HTTP networking on iOS. It comprises a single class, FSNConnection, and se
iOS Test for Openbank by David Moreno Lora
MarvelMobileTest-iOS iOS Test for Openbank by David Moreno Lora Installation Clone the project and install the dependencies using pod install Once th
This iOS App calculates the weight and balance for a P-3 Orion aircraft.
This iOS App calculates the weight and balance for CBP P-3 Orion aircraft.
Cron Job Scheduler For iOS
Cron Job Scheduler For iOS
Water Tracker iOS App
WaterTracker Water Tracker iOS App Now you can easily track how many ml water you drinked. This is my first time used SQLLite3 library app. The app ca
AsyncView is a SwiftUI View for handling in-progress and error states when loading data asynchronously.
AsyncView AsyncView is a SwiftUI View for handling in-progress and error states when loading data asynchronously using async/await: See my blog post "
Readium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift & Kotlin.
Readium Swift Toolkit Readium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift & Kotlin. This toolkit is a modular project, whic
Use iOS devices as game controller for PC via usb-lighting cable.
Xpad v1.0 Use iOS devices as game controller for PC via usb-lighting cable. How to use Prequirments Download all files of this project. [iOS] Open /Xp
Text Classifier App for iOS, powered by Apple Vision & CreateML framework
Text Classifier App for iOS, powered by Apple Vision & CreateML framework
This is a Swift package with support for macOS that allows to start Java Jar's with the default or a custom JVM.
Jar.swift jar runner for macos Jar.swift is created and maintaned with ❥ by Sascha Muellner. What? This is a Swift package with support for macOS that
A simple weather forecast application with data provided from OpenWeatherMap.
Weather Forecast Example Application Author: Long Kim This repo contains the source code for a simple weather forecast application with data provided
Audio player demo based on Swift and SwiftUI, which can play local or network audio.
SwiftAudioDemo Audio player demo based on Swift and SwiftUI, which can play local or network audio. In this demo, I have made a radio player to play n
ChatLayout is an alternative solution to MessageKit.
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView.
Swift SDK for Apache Kafka
SwiftKafka A swift implementation of Kafka for producing and consuming from event streams. This works by wrapping the librdkafka C library. Swift vers
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Real time Swift iOS Chat with Firebase - Messenger Clone This is an extremely simple chat app source code of an iOS Swift Chat app. It leverages Messa
Swift toolkit for passing messages between iOS apps and extensions.
_________ ___ ___ _ _____ _________ ___ ___ / / \ \ / / |_| ( ___ \ \__ __/ \ \ / / / _____/ \ \ /\ /
A SlackTextViewController replacement written in Swift for the iPhone X.
Installation Just add MessageViewController to your Podfile and install. Done! pod 'MessageViewController' Setup You must subclass MessageViewControll
A smooth, responsive and flexible messages UI library for iOS.
AsyncMessagesViewController A smooth, responsive and flexible messages UI library for iOS apps. Built on top of the awesome Texture (formerly AsyncDis
Chat SDK iOS - Open Source Mobile Messenger
Chat SDK Open Source Messaging framework for iOS Chat SDK is a fully featured open source instant messaging framework for iOS. Chat SDK is fully featu
OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
Text Chat Accelerator Pack iOS This project is deprecated The OpenTok Text Chat Accelerator Pack for iOS project is now a part of Accelerator Core iOS
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
OVERVIEW This is a native iOS Messenger app, with realtime chat conversations (full offline support). NEW FEATURES Passcode support GraphQL server sup
A community-driven replacement for JSQMessagesViewController
A community-driven replacement for JSQMessagesViewController https://messagekit.github.io Goals Provide a 🚨 safe 🚨 environment for others to learn a
A lightweight framework to build chat applications, made in Swift
Chatto Chatto is a Swift lightweight framework to build chat applications. It's been designed to be extensible and performant. Along with Chatto there
An XMPP Framework in Objective-C for Mac and iOS
XMPPFramework An XMPP Framework in Objective-C for the Mac and iOS development community. Abstract XMPPFramework provides a core implementation of RFC
Proof-of-concept `WKWebview.evaluateJavaScript(...)` replacement for WebSocket-based Javascript execution.
Proof-of-concept `WKWebview.evaluateJavaScript(...)` replacement for WebSocket-based Javascript execution.
A pure Swift library that allows you to easily convert SwiftUI Colors to Hex String and vice versa.
iOS · macOS · watchOS · tvOS A pure Swift library that allows you to easily convert SwiftUI Colors to Hex String and vice versa. There is also support
Swift concurrency collection support
AsyncCollections Functions for running async processes on Swift Collections ForEach Run an async function on every element of a Sequence. await array.
IOS app regarding famous landmarks
Landmarks IOS app regarding famous landmarks Part 1: Programming SwiftUI Essentials Create and Combine Views Build Lists and Navigations [] Handle Use
The iOS application has the Pokémon list. In the app
The iOS application has the Pokémon list. In the app, you can search for Pokémon by name, edit the Pokémon list (mark favorites or delete unwanted ones 🙂 ), and re-update the Pokémon list from the network.
Easily create dragabble menu with SwiftUI
SwiftUIDragMenu Easily create dragabble menu The gifs are not very good quality. Content is fluid. Sorry for this :( How to install this package Open
An iOS app 📱that detects the image and plays video on top of it just like the harry potter movies
AR-Magic-Image This is an iOS application 📱 inspired from Harry Potter movies. It tracks the image and plays the assigned video on top of the image u