Swiple photo inside the content div rather than opening in gallery mode - jquery-mobile

I am planning to use photo Swipe like the iOS facebook app. Which allows to scroll the image with in the content and when we click it open in gallery. Some thing similar to http://www.mobilizetoday.com/freebies/touchslider/examples#ex-2 but when we click i need to open the gallery view of photo swipe.
kindly advice me how to proceed about this.

Wanns try this? This one is for mobile gallery.
DEMO http://www.photoswipe.com/latest/examples/04-jquery-mobile.html
WESITE http://www.photoswipe.com/

Related

iOS Image Viewer like Photo app

I am developing an app that has an internal gallery with some images.
What I want to achieve is exactly a result that behaves and looks like the Apple Photo app image viewer.
With a collection view I implemented the gallery images with thumbnails and now I would like to show the image on fullscreen on press.
The image viewer should have exactly the Apple's Photo behavior:
Full screen on single tap,
Delete, Share button etc...
Pinch to zoom, double tap zoom...
My question is. Is that really possible that such a common feature is not already given by iOS? Is there maybe a view controller already build in that we can use but I am not aware of?
I know there are some libraries around that make such thing, but I'm wondering if there's already something given.

Photo slider in ios 8

Can you suggest a best library available for photo slider ?
I am getting 400+ photos live url.
Currently i am displaying in uicollectionview.
When user select 150 at row only one photos should be load and open full size. IN that full side next and previous button must be there so user navigate to next photo.
So pls tell me best library name.
Reference . https://github.com/NYTimes/NYTPhotoViewer
Thanks in advance.

How to open Saved Photos Album when touch a button? [duplicate]

I am trying to write an app which involves picking a picture from either camera or library. Once the picture is picked , I want to show the preview of the picture.It happens by default when camera is opted. Once the photo is clicked, it shows the user to choose or retake. But I want the same to be done when the picture is selected from the photo library also. Can this be done??
Ok thanks for the response. Here is what I did:
Subclass UIImagePickerController . Upon picking an image, I am pushing another viewcontroller which is similiar to preview screen. This is similiar to facebook app and so I think it will get approved by apple.
I may be wrong, but I think you need to implement the custom view yourself. You can use the delegate callback method to get the selected image and put it on your custom view along with buttons (choose or retake).

Change TabBar IOS

I am developing an application with Xcode for iOS. The application is about taking picture from the camera or picking from the gallery, saving it and sharing it to Facebook.
In my first view, I have a UITabBar (1), when I click on Take picture button a UIActionSheet appears like this. (2)
When I choose to take a picture from the gallery, for example I choose the picture and I display it , is it possible to change the UITabBar from (1) to (3) when I display the picture that I choose and is it possible to change the UITabBar to something like picture (4) when I save the picture ?
Here is the image:
PS: In the facebook page and twitter page i click on those button to go to facebook page and twitter page.
Sorry for my Bad English and Thanks in advance

Is there a photo display control available for ipad?

Like a photo gallery control, where you can load and display pictures in thumbnails, and then tap on them, and see full image, zoom in/out?
The three20 library has a photo viewer that mimics the iPhone's photo viewer:
http://github.com/facebook/three20
Specifically the TTPhotoViewController class.
Since nobody replied, gonna give my answer, which is no. There is no such control available as of today unfortunately. Also the photos app slider is nice, would like to see some more controls like that.

Resources