iTunes Searcher es una aplicación que permite buscar canciones, series de TV o películas en iTunes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Xcode 10, Simulator 10
- Download the project to your computer from this project page.
- Once the project is downloaded, open the .xcworkspace file from the folder.
- Run the project either using the iPhone simulator or your device. I recommend running the project on the latest iPhone device. It should be compiled with the latest version of Xcode.
- If you choose to download it on your device, please plug in your device to your computer and make the device target your device model. Then click 'run'.
- En la primer pantalla, el usuario podrá situarse en una categoría específica y buscar contenido desde ahí mediante palabras clave.
- Las categorías disponibles son: music, TV show and movies.
- Los resultados de su búsqueda aparecerán en una table view
- Si filtró canciones y tapea sobre alguna de las celdas de la tabla, sonará la canción selecccionada.
- Si filtró TV show o movies, verá el trailer del contenido seleccionado.
- Swift 4 - The Programming Language used
- Alamofire - The Networking Library used
- UIKit - The App Framework used
- AVKit - The Media Framework used
- AVFoundation - The Media Framework used
- Luciano Schillagi - Initial work - LucianoSchillagi
This project is licensed under the MIT License - see the License.md file for details