FXBlurView *blurView = [[FXBlurView alloc]initWithFrame:CGRectMake(0, 0, screenWidth, 100)]; blurView.blurRadius = 5;//模糊 blurView.tintColor = [UIColor clearColor]; [_mainTableView addSubview:blurView];
本文共 265 字,大约阅读时间需要 1 分钟。
FXBlurView *blurView = [[FXBlurView alloc]initWithFrame:CGRectMake(0, 0, screenWidth, 100)]; blurView.blurRadius = 5;//模糊 blurView.tintColor = [UIColor clearColor]; [_mainTableView addSubview:blurView];
转载于:https://my.oschina.net/wenchengxu123/blog/734576