iOS版 Viewボタン押下後のアクションシートをポップオーバービューに変更
Viewpoint 1 Viewpoint 2 Viewpoint 3 Toggle Rotation Standard View VR View (Single Lens) VR View (Dual Lens) Lock Screen / Unlock Screen (*1) Cancel (*1)ロック状態によってメニュー文字列を切り替え
Standard Viewpoint
Viewpoint 1
Viewpoint 2
Viewpoint 3
My Viewpoint
My Viewpoint 1
My Viewpoint 2
My Viewpoint 3
Save My Viewpoint
Save My Viewpoint 1
Save My Viewpoint 2
Save My Viewpoint 3
Rotation
Switch Rotation Mode
View Style
Standard View
VR View (Single Lens)
VR View (Dual Lens)
Screen
Lock (*2)
(*2)スイッチを表示することでロック状態を確認できるようにする
「My Viewpoint」と「Save My Viewpoint」のセクションは、視点保存機能対応で追加したもの。
メインビューにおいて、Viewボタン押下時のアクションシートをポップオーバービューに変更する。
これまでViewボタン押下時は、UIAlertControllerを用いてアクションシートを表示し、 視点移動などのメニューを選択できるようにしていた。 しかしアクションシートのユーザインターフェースは、2,3個の選択肢を表示することを前提としており、 選択肢の数が多くなるとグルーピングができないため、使いにくい。
これを改善するため、アクションシートの利用を取りやめ、ポップオーバビューを利用する。 ポップオーバービューの中でテーブルを使い、選択肢をグルーピングして表示するすることで操作性を高める。
関連チケット