V4.9.9测试版第一次提交 构建版本9.9.1
This commit is contained in:
@@ -73,6 +73,7 @@ extern BOOL launchedByNotification;
|
||||
[self.rightButton addTarget:self action:@selector(rightBtnClick:) forControlEvents:UIControlEventTouchUpInside];
|
||||
[self.view addSubview:self.tableView];
|
||||
[self.view addSubview:self.comboxView];
|
||||
[self.comboxView loadInfoWithTitle:@[@"删除"] Icons:@[@"ifishdropview_delect_device"]];
|
||||
[self.tableView mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.edges.mas_equalTo(self.view);
|
||||
}];
|
||||
@@ -123,10 +124,6 @@ extern BOOL launchedByNotification;
|
||||
-(MessageAlertView *)comboxView{
|
||||
if (!_comboxView) {
|
||||
_comboxView = [[MessageAlertView alloc]initWithFrame:RECT(screen_width - kSizeFrom750(220), 0, kSizeFrom750(220), kSizeFrom750(90))];
|
||||
_comboxView.transform = CGAffineTransformScale(self.comboxView.transform,0.01,0.01);
|
||||
_comboxView.layer.position = CGPointMake(screen_width - kSizeFrom750(220)/2, 0);
|
||||
_comboxView.layer.anchorPoint = CGPointMake(0.5, 0);
|
||||
_comboxView.hidden = YES;
|
||||
WEAK_SELF;
|
||||
//点击删除
|
||||
_comboxView.comboxBlock = ^(NSInteger tag) {
|
||||
|
||||
Reference in New Issue
Block a user