91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

從底部拉出一個view

發布時間:2020-06-20 14:22:35 來源:網絡 閱讀:400 作者:卓行天下 欄目:開發技術
#define SCREEN_WIDTH         ([[UIScreen mainScreen] bounds].size.width)
#define SCREEN_HEIGHT        ([[UIScreen mainScreen] bounds].size.height)
@property (nonatomic ,strong) UIView *deliverView; 
//底部View@property (nonatomic ,strong) UIView *BGView; 
//遮罩- (void)appearClick { 
// ------全屏遮罩
    self.BGView                 = [[UIView alloc] init];    self.BGView.frame = [[UIScreen mainScreen] bounds];    self.BGView.tag             = 100;    self.BGView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.0];    self.BGView.opaque = NO;    //--UIWindow的優先級最高,Window包含了所有視圖,在這之上添加視圖,可以保證添加在最上面
    UIWindow *appWindow = [[UIApplication sharedApplication] keyWindow];
    [appWindow addSubview:self.BGView];   
     // ------給全屏遮罩添加的點擊事件
    UITapGestureRecognizer *gesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(exitClick)];
    gesture.numberOfTapsRequired = 1;
    gesture.cancelsTouchesInView = NO;
    [self.BGView addGestureRecognizer:gesture];

    [UIView animateWithDuration:0.3 animations:^{        self.BGView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:0.2];

    }];   
     // ------底部彈出的View
    self.deliverView                 = [[UIView alloc] init];    self.deliverView.frame           = CGRectMake(0, SCREEN_WIDTH, SCREEN_WIDTH, SCREEN_WIDTH);    self.deliverView.backgroundColor = [UIColor whiteColor];
    [appWindow addSubview:self.deliverView];   
     // ------View出現動畫
    self.deliverView.transform = CGAffineTransformMakeTranslation(0.01, SCREEN_HEIGHT);
    [UIView animateWithDuration:0.3 animations:^{        self.deliverView.transform = CGAffineTransformMakeTranslation(0.01, 0.01);

    }];
}/**
 * 功能: View退出
 */- (void)exitClick {    NSLog(@"====");
    [UIView animateWithDuration:0.3 animations:^{        self.deliverView.transform = CGAffineTransformMakeTranslation(0.01, SCREEN_HEIGHT);        self.deliverView.alpha = 0.2;        self.BGView.alpha = 0;

    } completion:^(BOOL finished) {

        [self.BGView removeFromSuperview];
        [self.deliverView removeFromSuperview];
    }];

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

资阳市| 四川省| 射阳县| 仁寿县| 高雄县| 湾仔区| 南宁市| 寿阳县| 康定县| 罗甸县| 湖口县| 南漳县| 利川市| 织金县| 石阡县| 美姑县| 贞丰县| 建瓯市| 陵川县| 教育| 沙坪坝区| 云龙县| 射洪县| 瓦房店市| 包头市| 渭南市| 怀宁县| 鄂伦春自治旗| 平潭县| 合江县| 普兰店市| 腾冲县| 广宗县| 远安县| 工布江达县| 垦利县| 龙里县| 都江堰市| 常熟市| 上林县| 乐业县|