摘要: 更改电池栏的颜色[[UINavigationBar appearance] setBarTintColor:[UIColor blackColor]]; 阅读全文
posted @ 2015-11-19 14:49 木子东晓东 阅读(188) 评论(0) 推荐(1)
摘要: ios各种动画效果最普通动画: //开始动画 [UIView beginAnimations:nil context:nil]; //设定动画持续时间 [UIView setAnimationDuration:2]; //动画的内容 frame.origin.x += 150; [img setFr 阅读全文
posted @ 2015-11-19 14:33 木子东晓东 阅读(201) 评论(0) 推荐(0)