Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| 1. | What is the difference between a sheet and a modal window? |
| 2. | What is the best way to position popover arrows? |
| 1. | A sheet is attached to a window and immobilizes that window until it is dismissed. A modal window immobilizes the entire app. |
| 2. | The best way is to use UIPopoverArrowDirectionAny. It is easiest and also looks best in most cases. |