How to disable top and bottom views in UIImagePicker iOS? - ios

I'm using cordova default camera plugin. When I added it to my project, the camera view looks like following,
So is there any way to remove the top view(Flash and camera rotation) and Bottom view(with capture button) from the view. Please give me a way to fix this.
Thanks in Advance!

Related

Push/Pop UIViewController Animation effect same as a camera filters and full camera view

I have have create 2 separate view controller for create functionality same as iPhone camera screen with all defaults filters.
Functionality working as per my requirements.
Now I have issue with view animation. How can I achieve same effect while user press on filter icon (left corner) in default camera and full camera screen after selecting any filter.
Look at below screen for more.
Thanks!
You can use a UIView for your filter options instead of UIViewController. Then you can animate whatever you want on the view.
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/#//apple_ref/doc/uid/TP40006816-CH3-SW108

iOS: Bottom thubnail bar in a image view for iPad

Is there any class in iOS like Android 's gallery class can handle thumbnails in a bar?
a little like iPad's camera roll, there is a thumbnail bar in the bottom of the photo grid view
thank you!
If there is none, I know maybe can use slide bar or scroll view in a UIview to implement what I want.
Can anybody can tell more about how to use scrollview or slider to implement this?
Further more, I haven't think clear is: how do the thumbnails and the big image view delegate to each other?
Thank you very much.
this is a great example of what you are looking for thumbnailpickerview
or you can use iCarousel library to create scrolling thumbnails as well. here is the link iCarousel

Change autolayout orientation storyboards

I need some help regarding the following.
Currently in my app I have a screen that reproduces audio files, the current layout shows a thumbnail at the top of the screen plus playback controls at the bottom. Now when it's rotated to landscape mode, the image should not stretch and the bottom controls should jump to the right of it. How could I do this using Autolayout? Do you know any example of something similar done programatically by adding/removing contraints where I can guide?.
Thanks a lot.

Resizing the tabbar of camera in iphone5

I've problem to resize the tabbar in camera view.
Is it possible to decrease the height of the camera tabbar in iPhone5?
Are you talking about a camera view presented from a UIImagePickerController? Because if so, no. There is no direct way to customize the action bar of of the image picker beyond adding other views on top of it. You'd probably have to create a custom capture setup using some of the stuff in AVFoundation.

MKMapView moves around screen

I am using an MKMapView to create a thumbnail on my screen. However it doesn't render in the position that I set it to on IB. It moves up. It also moves up even further after I go to push and pop a screen over it. Any idea how to position this correctly?
I figured it out. It was related to auto sizing.
also there was toolbar at the bottom after the push/pop.

Resources