Skip to content

Instantly share code, notes, and snippets.

View nicpro85's full-sized avatar

Nicolas Manzini nicpro85

  • Lausanne, Switzerland
View GitHub Profile
@nicpro85
nicpro85 / UIButton+IndexPath.h
Created September 10, 2013 18:24
UIButton+IndexPath
#import <UIKit/UIKit.h>
@interface UIButton (IndexPath)
@property (strong, nonatomic) NSIndexPath * indexPath;
@end
@nicpro85
nicpro85 / UIPlaceholderTextView.h
Created October 27, 2014 11:25
UIPlaceholderTextView
//
// UIPlaceholderTextView.h
//
// Created by Nicolas Manzini on 27.10.14.
// Free under MIT
//
#import <UIKit/UIKit.h>
@interface UIPlaceholderTextView : UITextView