Skip to content

Commit

Permalink
Merge pull request #1 from perceptual/master
Browse files Browse the repository at this point in the history
Opened ivar should be externally accessible
  • Loading branch information
crocodella committed Apr 22, 2013
2 parents 46a115f + 3464311 commit 84ad18f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PullableView/PullableView.h
Expand Up @@ -108,6 +108,11 @@
*/
@property (readwrite,assign) id<PullableViewDelegate> delegate;

/**
The current state of the `PullableView`.
*/
@property (readonly, assign) BOOL opened;

/**
Toggles the state of the PullableView
@param op New state of the view
Expand Down
1 change: 1 addition & 0 deletions PullableView/PullableView.m
Expand Up @@ -15,6 +15,7 @@ @implementation PullableView
@synthesize animate;
@synthesize animationDuration;
@synthesize delegate;
@synthesize opened;

- (id)initWithFrame:(CGRect)frame
{
Expand Down

0 comments on commit 84ad18f

Please sign in to comment.