songyi
Results
1
comments of
songyi
@AnYuan maybe the current statusBar is hidened. you can replace [[UIApplication sharedApplication] statusBarFrame]] with CGRectMake(0, 0, CGRectGetWidth([UIScreen mainScreen].bounds), 20) 。