How to display a list of iOS applications for a table view controller in my application?

What I want to do is figure out one way to show all the iOS apps in the iTune store in my app using the UITableViewController.

For example, when I search iTune with the keyword "xcodechina", it will display all published products in the iTune store with a table view. I just want to do this in my application.

If there is a specific xml link just like RSS, it will be easy to do, but it seems not.

Any other clues?

thank

+3
source share

Source: https://habr.com/ru/post/1788205/


All Articles