- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
beginGeneratingDeviceOrientationNotifications
是否将状态栏重置回纵向?
在我的应用程序中,在下面记录 o 和 p:
UIInterfaceOrientation o = [[UIApplication sharedApplication] statusBarOrientation];
[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications];
UIInterfaceOrientation p = [[UIApplication sharedApplication] statusBarOrientation];
我得到:
o = UIInterfaceOrientationLandscapeRight
p = UIInterfaceOrientationPortrait
是我,还是这是预期的行为?这让我感到困扰的是,在我 beginGeneratingOrientationNotifications
之后,我的通知例程被连续调用两次,一次是针对 UIInterfaceOrientationPortrait
,然后是 UIInterfaceOrientationLandscapeRight
- 这是当时 iPhone 的实际方向。
无论 iPhone 的握持方式如何,我都会在收到正确通知之前收到一条 UIInterfaceOrientationPortrait
通知。
想法?
最佳答案
在 iphone 上,应用程序以纵向模式启动,然后旋转到指定的方向。
关于iphone - beginGeneratingDeviceOrientationNotifications 特质?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9109020/
beginGeneratingDeviceOrientationNotifications是否将状态栏重置回纵向? 在我的应用程序中,在下面记录 o 和 p: UIInterfaceOrientati
[[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications]; [notificationCenter ad
我在 UIView 的子类中有一个 subview 。旋转设备时,我希望删除 subview 。这是我的代码: - (void)awakeFromNib { [[UIDevice curren
我是一名优秀的程序员,十分优秀!