Skip to content

Commit

Permalink
Fix: Added support for auto-later timer when scrolling/swiping
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianpennacchia committed Jun 6, 2011
1 parent e9263ce commit fbea35b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MNAlertViewController.h
Expand Up @@ -48,11 +48,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

@interface MNAlertViewController : UIViewController <UITextViewDelegate>
{
UIScrollView *notificationScrollView;
UIScrollView* notificationScrollView;
UIView* notificationView;
CGRect notificationViewRect;

bool isAnimationInProgress;
bool hasSwiped;

UIImageView* alertBackgroundImageView;
UIImageView* iconImageView;
Expand Down Expand Up @@ -118,6 +119,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

@property(readwrite) bool alertIsShowingPopOver;
@property(readwrite) bool useBlackAlertStyle;
@property(readwrite) bool hasSwiped;

@property(nonatomic, retain) UILabel* alertHeaderLabel;
@property(nonatomic, retain) UILabel* alertTextLabel;
Expand Down

0 comments on commit fbea35b

Please sign in to comment.