Skip to content

Instantly share code, notes, and snippets.

View reddavis's full-sized avatar
💭
🍕

Red Davis reddavis

💭
🍕
View GitHub Profile
#import "REDRangeSlider.h"
@interface REDViewController ()
@property (strong, nonatomic) REDRangeSlider *rangeSlider;
- (void)updateSliderLabels;
- (void)rangeSliderValueChanged:(id)sender;
Process: Gitbox [5458]
Path: /Applications/Gitbox.app/Contents/MacOS/Gitbox
Identifier: com.oleganza.gitbox
Version: 1.6.3 (1.6.3)
App Item ID: 403388357
App External ID: 7447947
Code Type: X86-64 (Native)
Parent Process: launchd [231]
User ID: 501
tell application "Spotify Queue"
pause
end tell
tell application "Spotify Queue"
play
end tell
tell application "Spotify Queue"
addTrack "spotify:track:3iPR2xFG7CTREJTNMSvw74"
end tell
//
// RDViewController.m
// RDActionSheet
//
// Created by Red Davis on 16/03/2012.
// Copyright (c) 2012 Red Davis. All rights reserved.
//
#import "RDViewController.h"
//
// RDViewController.m
// RDActionSheet
//
// Created by Red Davis on 16/03/2012.
// Copyright (c) 2012 Red Davis. All rights reserved.
//
#import "RDViewController.h"
//
// RDViewController.m
// RDNotificationExample
//
// Created by Red Davis on 22/04/2012.
// Copyright (c) 2012 Red Davis. All rights reserved.
//
#import "RDViewController.h"
#import "RDNotification.h"
//
// RDViewController.h
// RDActionSheet
//
// Created by Red Davis on 16/03/2012.
// Copyright (c) 2012 Red Davis. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "RDActionSheet.h"
#import <UIKit/UIKit.h>
#import "RDActionSheet.h"
@interface RDViewController : UIViewController <RDActionSheetDelegate>
@property (nonatomic, strong) IBOutlet UIButton *showActionSheetButton;
- (IBAction)showActionSheet:(id)sender;
@end