我有两个变量newdose,另一个是appDelegate变量,newdose中的值是50但是在appDelegate变量中它显示为零。
float newdose=vacinedose;
appDelegate.Same_Vaccination_Cost_Vaccination_Annually_No_Guarantee=newdose;
NSLog(@"After Dose Vaccine Dose is %.2f",newdose);
答案 0 :(得分:0)
您需要初始化appDelegate变量。做:
appDelegate=[UIApplication SharedApplication]