Skip to content

Commit

Permalink
Merge pull request Outdooractive#94 from ryanmaxwell/develop
Browse files Browse the repository at this point in the history
Allow delegate to be set via IBOutlet in IB.
  • Loading branch information
incanus committed Aug 9, 2012
2 parents f781914 + 2545d37 commit 3c9c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapView/Map/RMMapView.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ typedef enum : NSUInteger {

@interface RMMapView : UIView <UIScrollViewDelegate, UIGestureRecognizerDelegate, RMMapScrollViewDelegate, CLLocationManagerDelegate>

@property (nonatomic, assign) id <RMMapViewDelegate> delegate;
@property (nonatomic, assign) IBOutlet id <RMMapViewDelegate> delegate;

#pragma mark - View properties

Expand Down

0 comments on commit 3c9c1b2

Please sign in to comment.