46 Repositories
Swift drawing-methods Libraries
Xcode Plugin helps you find missing methods in your class header, protocols, and super class, also makes fast inserting.
FastStub-Xcode Life is short, why waste it on meaningless typing? What is it? A code generating feature borrowed from Android Studio. FastStub automat
Gauntlet is a collection of testing utility methods that aims to make writing great tests easier.
Gauntlet What is Gauntlet? Gauntlet is a collection of testing utility methods that aims to make writing great tests easier and with more helpful and
A quick and "lean" way to swizzle methods for your Objective-C development needs.
Swizzlean A quick and "lean" way to swizzle methods for your Objective-C development needs. Adding Swizzlean to your project Cocoapods CocoaPods is th
A macOS auxiliary app to choose results from cloud input methods
CloudInputAssist Introduction 介绍 一个 macOS 辅助应用程序,用于使用云输入法(例如谷歌云输入法)API 提供辅助的候选词结果。 Motivation 动机 使用不联网的本地输入法时,长句的候选词往往不太理想,尤其是使用双拼输入时。这种情况下,借助一些输入法的云计
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]
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
Patchman - A macOS application to test APIs with HTTP methods (Decluttered Postman)
Patchman A macOS application to test APIs with HTTP methods (Decluttered Postman
An ARKit box-drawing demo.
Boxify This is an ARKit project that demonstrates drawing out a 3-dimensional box in the world, which can be rotated and resized from each of its face
Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!
ARBrush Quick demo of 3d drawing in ARKit using metal + SceneKit. Code adapted from: https://github.com/lapfelix/ARKit-line-drawing and: https://www.r
🌊 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
The Benchmark⏲ module provides methods to measure and report the time used to execute Swift code.
Benchmark The Benchmark ⏲ module provides methods to measure and report the time used to execute Swift code. Installation Carthage // Cartfile github
A Demo for Shimmer Effect with two methods
ShimmerDemo A Demo for Shimmer Effect with two methods Use Blend Mode + CAGradie
A wrapper around UICollectionViewController enabling a declarative API around it's delegate methods using protocols.
Thunder Collection Thunder Collection is a useful framework which enables quick and easy creation of collection views in iOS using a declarative appro
A simple drawing app for iPad using SwiftUI
TinyDraw A small little drawing app fro iPad using SwiftUIs Canvas view. Implemented along the HWS+ live stream by Paul Hudson. Features Drawing lines
Methods to allow using HTML code with CoreText
DTCoreText This project aims to duplicate the methods present on Mac OSX which allow creation of NSAttributedString from HTML code on iOS. The project
An app for Moscow Digital Academy course
AR Drawing This is an app for Moscow Digital Academy course. In this fun app for drawing with geometric shapes and .scn files Interface and Features:
A SwiftUI Framework for Drawing Chart
PrettyAxis A SwiftUI Framework for drawing charts. Fearture Support Drawing Bar Chart RadarChart Line Chart and Scatter Charts Pie Chart and Donut Cha
This package gives wrapper methods for Desk360 SDK.
Desk360 (flutter sdk) This package gives wrapper methods for desk360 sdks. iOS - Android Getting started Add below code into your pubspec.yaml file un
JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
JSONExport JSONExport is a desktop application for Mac OS X written in Swift. Using JSONExport you will be able to: Convert any valid JSON object to a
You can use blur effect and it's animation easily to call only two methods.
SABlurImageView You can use blur effect and it's animation easily to call only two methods. ManiacDev.com referred. https://maniacdev.com/2015/04/open
A framework for building fast genetic algorithms in Swift.
Revolver is a framework for building fast genetic algorithms in Swift 3.0. Features Chromosomes: strings, trees Genetic operators: reproduction, mutat
Simple SwiftUI app that can to patch _UPC methods to ACPI Source Language files.
Simple SwiftUI app that can to patch _UPC methods to ACPI Source Language files.
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
Luminous Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 8+ Swift 5 Xcode 1
A Swift library for parsing and drawing SVG images to CoreGraphics contexts.
SwiftDraw A Swift library for parsing and drawing SVG images to CoreGraphics contexts. SwiftDraw can also convert an SVG into Swift source code. Usage
it's simple drawing app
IOSObjC_KidsBoard The application is develop in Objective IOS. kids can draw whatever they want and also kids can save the drawing as well as undo era
it's simple drawing app.
IOSObjC_KidsBoard The application is develop in Objective IOS. kids can draw whatever they want and also kids can save the drawing as well as undo era
The application is develop in Objective IOS. kids can draw whatever they want and also kids can save the drawing as well as undo erase the drawing.
IOSObjC_KidsBoard The application is develop in Objective IOS. kids can draw whatever they want and also kids can save the drawing as well as undo era
An open source library that lets your users draw on things - mark up images with text, shapes, etc.
Drawsana 0.12.0 Drawsana is a generalized framework for making freehand drawing views on iOS. You can let users scribble over images, add shapes and t
Powerful and easy-to-use vector graphics Swift library with SVG support
Macaw Powerful and easy-to-use vector graphics Swift library with SVG support We are a development agency building phenomenal apps. What is Macaw? Mac
NXDrawKit is a simple and easy but useful drawing kit for iPhone
⚠️ To use with Swift 5.0 please ensure you are using = 0.8.0 ⚠️ ⚠️ To use with Swift 4.2 please ensure you are using = 0.7.1 ⚠️ ⚠️ To use with Swift
Drawing and Geometry made easy on iOS - now in Swift 3.0
InkKit Swift Support Swift 4.0 InkKit is Swift 4.0 by default, so to use that just include InkKit in your podfile: pod 'InkKit' Swift 3.2 In order to
A simple, declarative, functional drawing framework, in Swift!
DePict - A simple, declarative, functional drawing framework. To produce a drawing, call the Draw function (just type Draw and let autocomplete do the
Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state. UserDefaults
Prephirences - Preϕrences Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, co
A Fast and Complete Swift Drawing Library
FastDraw A Fast and Complete Swift Drawing Library Description FastDraw is a high performance and highly extensible Drawing Library that supports Appl
PullToRefresh extension for all UIScrollView type classes with animated text drawing style
PullToRefreshCoreText PullToRefresh extension for all UIScrollView type classes with animated text drawing style Demo Install Manual Copy the files in
A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
Installation Drag the included Colours.h and Colours.m files into your project. They are located in the top-level directory. You can see a demo of how
Makes it easier to support older versions of iOS by fixing things and adding missing methods
PSTModernizer PSTModernizer carefully applies patches to UIKit and related Apple frameworks to fix known radars with the least impact. The current set
CoreMotion Controlled Drawing in 3D Space
SwiftSpace Gyroscope Driven Drawing in 3D Space Companion project to: http://flexmonkey.blogspot.co.uk/2015/08/coremotion-controlled-3d-sketching-on.h
A simple, declarative, functional drawing framework, in Swift!
DePict - A simple, declarative, functional drawing framework. To produce a drawing, call the Draw function (just type Draw and let autocomplete do the
SharkUtils is a collection of Swift extensions, handy methods and syntactical sugar that we use within our iOS projects at Gymshark.
SharkUtils is a collection of Swift extensions, handy methods and syntactical sugar that we use within our iOS projects at Gymshark.
Swifty closures for UIKit and Foundation
Closures is an iOS Framework that adds closure handlers to many of the popular UIKit and Foundation classes. Although this framework is a substitute f
Powerful and easy-to-use vector graphics Swift library with SVG support
Macaw Powerful and easy-to-use vector graphics Swift library with SVG support We are a development agency building phenomenal apps. What is Macaw? Mac
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]
Extremely Fast views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainabl
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
Luminous Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 8+ Swift 5 Xcode 1
Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, configurations and app-state.
Prephirences - Preϕrences Prephirences is a Swift library that provides useful protocols and convenience methods to manage application preferences, co
Convenience methods for creating color using RGBA hex string.
UIColor+Hex, now Swift. Convenience method for creating autoreleased color using RGBA hex string.