修改toastView为新版
This commit is contained in:
+1
-1
@@ -789,7 +789,7 @@ UIGestureRecognizerDelegate>
|
||||
return;
|
||||
}
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
if (self.privence==nil) {
|
||||
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
|
||||
|
||||
|
||||
+1
-1
@@ -201,7 +201,7 @@
|
||||
-(void)faSongBtnClick:(UIButton*)btn{
|
||||
|
||||
btn.userInteractionEnabled =NO;
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
[AFNOHeaderHttpTool sendReportWithUserId:self.listModel.userId baoGaoHtmlName:self.baGaoMod.fileName reportId:self.baGaoMod.reportId success:^(id response) {
|
||||
|
||||
NSDictionary*resultDic=[NSJSONSerialization JSONObjectWithData:response options:NSJSONReadingMutableContainers error:nil];
|
||||
|
||||
@@ -910,7 +910,7 @@
|
||||
|
||||
}
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
|
||||
AFHTTPRequestOperationManager*manager=[AFHTTPRequestOperationManager manager];
|
||||
|
||||
+1
-1
@@ -577,7 +577,7 @@
|
||||
}
|
||||
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
[self screenShot];
|
||||
UserModel*umodel=[[DataCenter defaultDtacenter]valueForKey:@"UserLogIn"];
|
||||
|
||||
+1
-1
@@ -1097,7 +1097,7 @@
|
||||
|
||||
}
|
||||
|
||||
[self.view makeToastActivity];
|
||||
[self.view makeToastActivity:CSToastPositionCenter];
|
||||
|
||||
CertifyListFourthCell *cell =[self.view viewWithTag:CERTYVIEW_CELLTAGROW9];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user