D
D
David Koifman2017-12-04 21:40:37
Swift
David Koifman, 2017-12-04 21:40:37

What tutorial or something like with Google Custom search on swift?

How to implement to search for images in the application through Google Custom search?
I use swift to receive the data, I want to display it in the collection view. Then, when you click on the cell, show the full picture with the title. Tell me what is needed for this and some lesson and something like that.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
doublench21, 2017-12-05
@Davka1900

one)

Google custom search
is networking in Swift:
https://www.raywenderlich.com/158106/urlsession-tu...
or easier
https://www.raywenderlich.com/147086/alamofire-tut...
2)
display them in collection view
-
https://www.raywenderlich.com/136159/uicollectionv...
https://www.raywenderlich.com/164608/uicollectionv...
3)
Then when you click on the cell, show the full picture with the name
- to make it beautiful
https://www.raywenderlich.com/170144/custom-uiview...

A
arturios571, 2017-12-05
@arturios571

Any lesson on working with APIs, then use Google's APIs if they exist and that's it. The basic concept of what is api, how to parse json will be enough

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question