Pinned Repositories
ios-debugserver
LLDB debugserver for iOS with modified entitlements, allowing for debugging of any process.
RevealLoader
Reveal Loader dynamically loads libReveal.dylib (Reveal.app support) into iOS apps on jailbroken devices.
RHAdditions
Various Objective-C categories and additions that have served me well over the years.
RHAddressBook
A Cocoa / Objective-C library for interfacing with the iOS AddressBook.
RHDisplayLinkStepper
A custom, CADisplayLink backed stepper, perfect for performing complex animations or firing delegate callbacks over a specified period of time.
RHHorizontalSwipe
A static library for iOS that allows for navigation inside a UIViewController by swiping left and right. It supports an arbitrary number of child view controllers as well as custom overlay views that are notified of changes to the underlying controller positions.
RHIntervalTree
An Objective-C implementation of a centred interval tree.
RHPreferences
A simple and easy Preferences window controller with multiple tabs for your next Mac application.
RHStatusItemView
An NSStatusItem hosted view that supports handling both left and right click actions, menus and showing an image / alternateImage pair.
Xiaomi-M365-Display
A BTLE display for your Xiaomi M365 Scooter, based on the Nordic Semiconductor nRF52832 SoC.
heardrwt's Repositories
heardrwt/BringBackDelete
A simple Safari 6.0+ extension that re-enables "back to previous page" navigation when you press the delete key.
heardrwt/RHFirstUserExperience
Easily load custom first user experience overlay views at runtime based on a plist of defined actions. Supports both Nib and Class based overlays. A first user experience manager for your next iOS project.
heardrwt/RHColorCoordinatedTableView
A UITableView subclass that provides preHeader and postFooter views positioned outside of the tableViews contentOffset allowing for custom header and footer background colours.
heardrwt/Xcode4UserScripts
This collection of scripts allows for the running of arbitrary Xcode 3 User Scripts under Xcode 4. It includes Matt Gallagher's awesome PropertyFromInstanceVariable script via way of an example.
heardrwt/GeocoderDemo
Geocoding Sample App i wrote while at Apple
heardrwt/LayoutScrollView
LayoutScrollView has been moved to a static library and renamed to RHHorizontalSwipe. Find it at https://github.com/heardrwt/RHHorizontalSwipe
heardrwt/MAKVONotificationCenter
Better key-value observing for Cocoa
heardrwt/OAuthCore
Simple function to sign requests
heardrwt/DCIntrospect
Small library of visual debugging tools for iOS.