Pinned Repositories
HomeKitBridge
An API designed to easily allow you to hook up existing devices and services to HomeKit using the private "HomeKit Accessory" Framework bundled with the HomeKit Accessory Simulator.
iHackerPro-App
A UIWebView app for my forum with custom contextual menu, image uploader & upload history.
ikyle.me-code-examples
Smaller code examples from my blog posts on ikyle.me
LibDisplay
A library that other tweaks can link against to access the SBDisplayStack's and running applications without doing it themselves.
libremoteview
A (very) hacky copy of Apple's _UIRemoteView class as a proof of concept for iOS 5.
LIFX-Menu
OSX Menu bar application to control LIFX bulbs
QR-Code-Generator-and-Scanner
Demonstrates how to generate a QRCode image and how to scan a QR code with the devices camera
Send-To-XBMC
A simple Mac application for sending Youtube videos to the TV (XBMC).
SwipeSelection
An improvement to iOS's text editing that allows you to move the cursor and select text using gestures on the keyboard itself.
kylehowells's Repositories
kylehowells/SwipeSelection
An improvement to iOS's text editing that allows you to move the cursor and select text using gestures on the keyboard itself.
kylehowells/HomeKitBridge
An API designed to easily allow you to hook up existing devices and services to HomeKit using the private "HomeKit Accessory" Framework bundled with the HomeKit Accessory Simulator.
kylehowells/LIFX-Menu
OSX Menu bar application to control LIFX bulbs
kylehowells/ikyle.me-code-examples
Smaller code examples from my blog posts on ikyle.me
kylehowells/libremoteview
A (very) hacky copy of Apple's _UIRemoteView class as a proof of concept for iOS 5.
kylehowells/QR-Code-Generator-and-Scanner
Demonstrates how to generate a QRCode image and how to scan a QR code with the devices camera
kylehowells/LibDisplay
A library that other tweaks can link against to access the SBDisplayStack's and running applications without doing it themselves.
kylehowells/iHackerPro-App
A UIWebView app for my forum with custom contextual menu, image uploader & upload history.
kylehowells/CardSwitcher_old
CardSwitcher is a WebOS style multitasking interface for iOS.
kylehowells/Rewritor
A modern plain text editor for iOS
kylehowells/Send-To-XBMC
A simple Mac application for sending Youtube videos to the TV (XBMC).
kylehowells/CardSwitcher-Site
The website for CardSwitcher
kylehowells/SVGKit
Display and interact with SVG Images on iOS / OS X, using native rendering (CoreAnimation)
kylehowells/SwipeSelectionPro-Localizations
The translations of SwipeSelection Pro's settings
kylehowells/UIScrollViews-and-UISliders
How to make UISliders and UIScrollViews get along properly.
kylehowells/Word-Processing-Tools
A collection of command line tools I wrote to process text files.
kylehowells/ButtonMenu
The iOS Menu
kylehowells/fastlane
🚀 The easiest way to automate building and releasing your iOS and Android apps
kylehowells/ccv
C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
kylehowells/Fold2Unlock
Demo I made of the Fold to Unlock concept that was popular around 2012
kylehowells/GLTFKit2
A glTF 2.0 asset loader and exporter for Objective-C and Swift.
kylehowells/ollama-swift
A Swift client library for interacting with Ollama
kylehowells/QR-Code-Demo-App
Simple app demonstrating how to generate QR Codes in ObjC on iOS