iOS适配后台打电话和qq微信视频语音通话

来源:互联网 发布:openresty java web 编辑:程序博客网 时间:2024/04/30 22:07


    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(statusBarFrameDidChange:) name:UIApplicationWillChangeStatusBarFrameNotification object:nil];



0 0