Problem in Capturing image in iPhone? [closed]
Plz tell me dat is it possible? if there is running many app in background in iPhone and now I open my app entering the some info in form page and start the camera to capture the image after capturing the image, form UI was开发者_StackOverflow mismanaged
You need to fix the size of that image that you are capturing and showing in your form. This might be the issue of height and width of that image which is making your other controls improper. You can fix the size and position of all controls in your project so that all controls will remain same as they were.
精彩评论