Skip to content

Instantly share code, notes, and snippets.

@rcabaco
rcabaco / keybase.md
Created November 4, 2019 11:27
proof

Keybase proof

I hereby claim:

  • I am rcabaco on github.
  • I am rcabaco (https://keybase.io/rcabaco) on keybase.
  • I have a public key ASBfQ1sF2O9yTgKXKqWvSSb4QzBCL5Ud-C3H5A-hFXd8fgo

To claim this, I am signing this object:

@rcabaco
rcabaco / gist:6765778
Created September 30, 2013 15:45
UITextView subclass to handle up/down cursor movement
// Code to handle up/down cursor motion in a UITextView.
//
// Based on code from OmniGroup's OUITextView
// https://github.com/omnigroup/OmniGroup/blob/master/Frameworks/OmniUI/iPad/OUITextView.m
//
#import "TextView.h"
@interface TextView ()