From 2eda0f34c1791df850caaaba0e8fbb3444ee7754 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Tue, 10 Jun 2014 08:18:42 +0200 Subject: [PATCH] Update HPGrowingTextView.h Added IBOutlet tag to `delegate' to make the class Storyboard friendly :) --- class/HPGrowingTextView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/HPGrowingTextView.h b/class/HPGrowingTextView.h index 8b343c5..24aaf04 100644 --- a/class/HPGrowingTextView.h +++ b/class/HPGrowingTextView.h @@ -93,7 +93,7 @@ //uitextview properties -@property(unsafe_unretained) NSObject *delegate; +@property(unsafe_unretained) IBOutlet NSObject *delegate; @property(nonatomic,strong) NSString *text; @property(nonatomic,strong) UIFont *font; @property(nonatomic,strong) UIColor *textColor;