GitHub user becka11y opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/21
fixes CB-56 popover placement - code review Modified takePicture() to accept an options dictionary with parameters defining the placement of the popover image picker on the iPad. Created a static to test for valid arrow placement values. You can merge this pull request into a Git repository by running: $ git pull https://github.com/becka11y/incubator-cordova-ios popover Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/21.patch ---- commit bebfd7aaeb691ad0341feeab2f0c9d5328b1c3a9 Author: Becky Gibson <becka...@apache.org> Date: 2012-05-24T08:51:22-07:00 fixes CB-56 popover placement Modified takePicture() to accept an options dictionary with parameters defining the placement of the popover image picker on the iPad. Created a static to test for valid arrow placement values. ----