Autoscrolling of images and perform action on click images [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to create autoscroll of images and want to perform action on click of image. [Same as iTune home page]. I really stuck to perform this task.
Please give me some suggestion or any reference how I can perform same.
Autoscroll is main thing for me as well images should scroll in infinite loop same as iTune Home Page . Thanks.

You can use table view for show each cell.
if you want to show images in each cell then use collection view inside a table view cell.
so it's look like a app store home page.

Related

How create ContextMenu for UICollectionView [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am need create feature like in iOS "Photos" system app, when you are have a list of photos and use long press to image, this collection view with images exanded, all background is blurred and has appeared popover menu, how I can create it?
I am can detect long press on collection view and add some view behind, also I am try create blur effect but can't blur all behind particular cell.
This is image of this effect effect inside system app
Your screen shot shows a context menu interaction. Since this feature already exists at framework level, and since a collection view is ready to implement it for you, I suggest you just use it rather than trying to reinvent such a complicated thing for yourself.

Xcode: Storyboard change presentations [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Evening, I'm playing with Xcode storyboard and stack views inside a cell.
I have several stack nested.
When I load the app the presentation looks fine, but when I press into a row of the TableView, something happens and and Image view change the size :)
I'm sure that there is some kind of problem with constraints and stacks, but I can't find it, could you help me?
here's the git: https://github.com/AndreaMiotto/TwentyFour
Here some pictures:
Add fixes, not all, but it's working and you can fix rest by yourself.
https://github.com/OMGHaveFun/TwentyFour

How to make expandable (stretchable) action for cell as in mail app iOS9 Swift/obj-C [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Want to make, for example 3 actions for cell ("More", "Flag", "Delete"), and last must activate, if:
1) after opening action list, swipe the cell again in the same direction
2) when opening the action list by swipe, but swipe is continued
image after first swipe,
image of second swipe pointer is near of the left screen edge
So, the only one way to do it as i wish, is to do it by my self or use third party solutions, as mentioned #Louis Tur or this solution. But the best way for now for me is to make it by my self, cause it very specified task. Apple does`t even provide possibility to insert a logo in action (solution with pattern image is not considered)

I want to Display local Images in Image Picker Controller from my project folder. [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new in objective c.where i need to display the images in a grid form in Image Picker Controller from my project.
where i have many images, when the images will display i will click on one of them and it will display on another screen in Image View.
i need your help with source code thanks.
There's a lot of examples if you search for it...
Example,
Apple Developers
https://developer.apple.com/library/ios/samplecode/PhotoPicker/Introduction/Intro.html
Another one
http://www.appcoda.com/ios-programming-camera-iphone-app/
I.

Tab Bar Controller - Adding more Items in tab bar looks messy [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am developing an application which has more than five tab bar items. while running application it looks so messy.
Can anyone suggest me what should I do?
image
This is the screenshot. In this image for now I have added only 4 items but I am going to add more items. Please help me.
Thank You
You can use some custom Tabbarcontrollers.
Please check below link. There are some of the controls with more tab items and scrolling.
https://www.cocoacontrols.com/search?q=tabbar

Resources