Image picker on slider - objective-c

I want to create image slider [Same like an bellow image].I got some example but those are not fulfilling my requirement. Please help me to solve this issue.

UICollectionView is the best choice for your task. See example here.

Related

Vue3-carousel vertical (vuejs)

Hi im trying to create carousel vertical. As of now its horizontal. been trying to make it vertical but no work. Can i ask for help how to do it? really appreciate it.
This is the code:
https://codesandbox.io/s/vue3-carousel-example-01-02j7p?file=/src/components/Carousel.vue
As far as I know, there is not straight forward to make it vertical but does this project look like what you want to do?
https://github.com/jiaochunxiao/vue-vertical-gallery
with the demo
If you want something vertical, I would start from this component and modify it as I see fit.

How I am getting, How much data are displaying in my TableView after searching in SearchBar?

I have a problem Please help me.
I am displaying some Textual data in TableView. and one SearchBar attached with Table-View. When I am searching any thing in SearchBar then TableView working properly fine. But I want to Row-Count.
I want to show one pop-up when no Data found.or Not any Data in Table view according to Search Bar text.
How I will do this thing. Please help me!!!
any suggestion will appreciated!!!
Thanks in advance
Unfortunately there is impossible to get search row count with standart SDK API. But you can use this module https://github.com/farwayer/TiListSearchItems

How to achieve a groupbox type of control with following look and feel

Hi i want to achieve some thing like a groupbox with controls insideit and there will be a rectangle border around that with a caption on top left where border is hidden for that area.
So how i can achieve some thing like this.
I tried to upload an image but could not.
Please let me know if htere is some way to do that.
Thanks in advance.
Have a look at the following implementation. It does exactly what you are looking for:
http://programmerpayback.com/2008/11/26/silverlight-groupbox-control/
Here is another implementation (in case the first one doesn't work for you):
http://leeontech.wordpress.com/2008/04/10/groupbox/
HTH

Changing size of UIWebView text

I'm trying to change text size in UIWebView, but I don't know how. Help me please.
Take a look at this question; it provides a JavaScript based solution.

NSTableView visual issue

Can someone tell me what might cause this white rectangle in the column to appear? Thanks.
Thanks!
EDIT: If i resize that table column it goes away.
It looks like it might be a view floating above the table view.
Please see this question I just asked. It may be the same problem.
NSTableView redraw not updating display, selection sticking