摘要: -(void)forceToOriention:(UIInterfaceOrientation)direction { if ([[UIDevice currentDevice] respondsToSelector:@selector(setOrientation:)]) { SEL select 阅读全文
posted @ 2016-06-24 16:08 YuFly 阅读(157) 评论(0) 推荐(0)