Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniskchaou/cds_ios_swift
This Mobile application presents to the user a list of Cds that he can see under different arrangements.
https://github.com/aniskchaou/cds_ios_swift
cocoatouch ios swift-3 xcode
Last synced: 22 days ago
JSON representation
This Mobile application presents to the user a list of Cds that he can see under different arrangements.
- Host: GitHub
- URL: https://github.com/aniskchaou/cds_ios_swift
- Owner: aniskchaou
- Created: 2020-06-13T16:26:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T16:39:10.000Z (over 4 years ago)
- Last Synced: 2024-11-19T06:58:53.791Z (3 months ago)
- Topics: cocoatouch, ios, swift-3, xcode
- Language: Swift
- Size: 260 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Description
The objective of this mini project is to develop a multi-view iPhone application that implements the tabbed view controller and component that displays lists. The application presents to the user a list of Cds that he can see under different arrangements.
## Features
**List of Cds**
The first tab displays a list of Cds sorted by order
alphabetical on the title of the CD.
**List of Authors**
The second tab shows the list of authors sorted by order
alphabetical by name.
**Search for Cds**
The third tab displays a search field and lists the Cds that correspond to the genre musical that the user is typing into the input field.
## Technologies
Swift, Cocoa Touch, XCode, ios 10