Skip to content

Instantly share code, notes, and snippets.

@klaw23
klaw23 / gist:444aa1811f325542f88a
Created September 17, 2014 22:23
iOS 8 Opentok crash when user denies access to camera
Incident Identifier: 7489D09B-75AB-40D5-B6C8-6FD54CAF8E07
CrashReporter Key: e6353a0ade172e207b22a82fd2d71ce0855d0f07
Hardware Model: iPad2,4
Process: CamblyDev [395]
Path: /private/var/mobile/Containers/Bundle/Application/4749D090-4B07-48ED-B5F1-F0D7E6726D00/CamblyDev.app/CamblyDev
Identifier: com.cambly.CamblyDev-1
Version: 1.10 (1.10)
Code Type: ARM (Native)
Parent Process: launchd [1]
@klaw23
klaw23 / AutoStretchButton.h
Created July 31, 2012 02:01
A subclass of UIButton that automatically stretches the background images for all button states.
#import <UIKit/UIKit.h>
@interface AutoStretchButton : UIButton
// Call this if you modify the background images after initialization.
- (void)autoStretch;
@end