Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogue24 committed Jun 14, 2024
1 parent 043e2a1 commit f90d9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ScreenRotator.shared.orientationMaskDidChange = { orientationMask in
}
```

5. For iPad App, you need to go to `TARGETS` -> `General` -> `Deployment Info` -> enable `Requires full screen` to use code to rotate the screen:
5. For **iPad App**, you need to go to `TARGETS` -> `General` -> `Deployment Info` -> enable `Requires full screen` to use code to rotate the screen:

![ScreenRotator_4.jpg](https://github.com/Rogue24/JPCover/raw/master/ScreenRotator/ScreenRotator_4.jpg)

Expand Down Expand Up @@ -308,7 +308,7 @@ ScreenRotator.shard.orientationMaskDidChange = { orientationMask in
}
```

5. 如果是`iPad App`,需要去`TARGETS` -> `General` -> `Deployment Info` -> 打开`Requires full screen`,方可使用代码旋转屏幕:
5. 如果是**iPad App**,需要去`TARGETS` -> `General` -> `Deployment Info` -> 打开`Requires full screen`,方可使用代码旋转屏幕:

![ScreenRotator_4.jpg](https://github.com/Rogue24/JPCover/raw/master/ScreenRotator/ScreenRotator_4.jpg)

Expand Down
Binary file not shown.

0 comments on commit f90d9a8

Please sign in to comment.