delegate

导航

 

//旋转180度

button.transfrom=CGAffineTransformMakeRotation(M_PI);

//将字符串按照+-*/进行分割

NSArray *array=[self.showLabel.text componentSeparatedByCharactersInSet:[NSCharacterSet characterSetWithCharacterInString:@"+-*/"]];

posted on 2015-04-09 14:20  jsonUserList  阅读(117)  评论(0编辑  收藏  举报