iOS: Bottom thubnail bar in a image view for iPad - ios

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

Related

iOS 11 - Adding Background image to Navigation bar

I have a view controller with Large Titles and I want to add a background image to it so it takes up the whole navigation bar.
Does anyone know the best way to do this. I've search all over the internet but yet to find any good examples.
Thank you
Goal is to look like this view from starbucks app.
I have checked the image. I think the best way is to add an image view at top. Then on that image view place two buttons with appropriate constraints. Then underneath that image view, add the tableview. Then in the table view cell, at first index you can add the textview, if it is a large text and underneath cells will cover all the things your require with labels in the left and the > image in the right which will lead to a different screen.
I ran into a similar problem just like this and I didn't find any solution over the internet neither. But I do have a simple work around that might be helpful.
What I did is setting the image as navigation bar's background and also add the image to the view in the VC. Make sure the navigation bar has no shadow and its translucent property is set to NO.

How to disable top and bottom views in UIImagePicker 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!

can I show blur effect in view, even if its not on top of uitableview?

for example if I have UIViewController , 50% is UIView, and 50% is UITableView.
can I show blur in UIView, of 25% part from uitableview ?
meaning, the UITableView is not behind the UIView, but tell the iOS to show the blur effect -like- is behind it ?
hope I'm clear here.
Are you trying to use a UIToolbar to give blur effect to a whole UIVIew/UITableView?
If that's what you're trying to do then the answer is yes, everything behind the UIToolbar will be blurred in-real-time.

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.

Resources