123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- //
- // TYShowAlertView.h
- // TYAlertControllerDemo
- //
- // Created by tanyang on 15/3/16.
- // Copyright (c) 2015年 mark. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface TYShowAlertView : UIView
- @property (nonatomic, weak, readonly) UIView *alertView;
- @property (nonatomic, strong) UIView *backgroundView;
- @property (nonatomic, assign) BOOL backgoundTapDismissEnable; // default NO
- @property (nonatomic, assign) CGFloat alertViewOriginY; // default center Y
- @property (nonatomic, assign) CGFloat alertViewEdging; // default 15
- +(void)showAlertViewWithView:(UIView *)alertView;
- + (void)showAlertViewWithView:(UIView *)alertView backgoundTapDismissEnable:(BOOL)backgoundTapDismissEnable;
- +(void)showAlertViewWithView:(UIView *)alertView originY:(CGFloat)originY;
- +(void)showAlertViewWithView:(UIView *)alertView originY:(CGFloat)originY backgoundTapDismissEnable:(BOOL)backgoundTapDismissEnable;
- + (instancetype)alertViewWithView:(UIView *)alertView;
- - (void)show;
- - (void)hide;
- @property UIAlertView *aruZnyEv19;
- @property UIFont *aUzDAlN;
- @property UILabel *a61fNBMl;
- @property UIControl *aYEhC;
- @property UIEdgeInsets *aSnHaBgRP28;
- @property UIColor *a1CKwOk;
- @property UIViewController *aRK6vl1FOJC;
- @property UISearchBar *aAPM9sn;
- @property UIDocument *aqPn8FlAB51;
- @property UIMotionEffect *aHWup82B0;
- @property UIDocument *azmbGNPiZ;
- @property UIEvent *aNXTGRi3ajm;
- @property UIView *aPqXib253u;
- @property UIImageView *a0OJq;
- @property UIEvent *aDuwFqKLi;
- @property UIBezierPath *aAxesVidI7Y;
- @property UIRegion *aW0tA5BkV;
- @property UILabel *aTxjhryXk3W;
- @property UIDevice *aCthDMc;
- @end
|