iOS photo gallery library? [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I found one library two months ago and now I can't remember what was its name.
It does basically this:
I have multiple rectangles with different sizes and I want to add them in this scrollable view.
Does anyone know the name of that library?

Looks like justified View.
Get it here:
https://www.cocoacontrols.com/controls/justified-view
https://github.com/jhsonzhi/JustifiedView

This is pinterest-style layout, I suggest looking here:
https://www.cocoacontrols.com/tags/pinterest
CocoaControls.com is the very first place for me to search for custom ios controls, I am really recommend it.

Related

Is there a SVProgressHUD or KVNProgress kind of library in Swift? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to show a similar kind of progress hud as above two but it should be written in Swift only. Can anyone provide some link to similar library?
I created MKProgress in Swift as one of our obj-c app was using KVNProgress but it was not maintained/updated for long time so i thought to have a similar one. You can try it. It looks like this
You can find a lot of indicators and other awesome Swift libraries here.
This is my favorite:
https://github.com/ninjaprox/NVActivityIndicatorView - there is a whole collection of indicators
https://github.com/shubh10/JustHUD - and there easy and nice indicator

Is it possible to use iOS autocorrect library on Swift? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to implement multi language autocomplete in Swift app. Is it possible to use IOS native autocorrect library to obtain the list of possible words?
UITextChecker has some methods relevant to what you are looking for. Also, take a look at this NSHipster article about using UITextChecker.

UIViewController Animation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am new here and trying to build an iOS app and it has some designs related to UIViewController animation during scrolling and button tapping etc.
Please take a look at the below diagram for more info. It would be very nice if someone can direct me to the correct way about how should I achieve it.
Few days ago I was speaking with a Khuong who ask information to a similar project, about the analysys and the required elements , you can find the stack overflow question here .
After, he have realized also a project you can find here - github repo under the name "MovingUpHeaderView". Hope you help.

Looking for an iOS Layout Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a layout library that performs acceptably on iOS? I'm looking for a tool that can layout network devices in different patterns such as circular, tree, organic, orthogonal, and hierarchical layouts. I'm looking for something very similar to yFiles for Java/Android: http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
Omni Graffle is a great one. Made by the guys over at omni group I think its about $19.99 but its totally worth it! It works on iPad and mac!
Microsoft Visio is good for architecture design. Another is OmniGraffle like #CodeBandits said.

Looking for an open source PDF Framework for iPad [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
My customer wants a pdf reader which has a page curl effect. Also, he wants it to be zoomable as well. I tried using the UIPageViewController but it doesn't support zooming (as far as I know). I also tried using both UIScrollViewController and UIPageViewController by switching between these 2, but it's not so smooth.
Does anyone know any free framework that meets my requirements?
I don't want any content searching, highlighting or anything, just the reader and thumbnail view.
Have a look at this:
https://www.cocoacontrols.com/controls/pdf-reader-core
https://www.cocoacontrols.com/controls/pdfreportkit
Hope this helps...

Resources