Prototype application made during my iOS exam (computer developer license). Realized on June 8, 2018 in 6h.
This application was developed as part of my iOS exam during one of my trainings.
It allows to visualize the possibilities of the iOS SDK by using the native components.
This application uses network communications to display the data. The latter are examples for good prototyping the application.
It only remains to modify the different layers (network / models) to display your own data !
- Using a placeholder JSON API : http://jsonplaceholder.typicode.com/
- TableView with searchController
- MapKitView with annotation
- CollectionView
- CollectionViewSlantedLayout
- About page examples with Alert
- 2 languages : French, English
- iOS 9.0+
- Xcode 9.2+
-
Clone this project in your project folder :
git clone https://github.com/WestFR/PlaceholderApp-iOS
-
If you want costumize URL, see again 'AppDelegate.swift' class :
static let APP_STORE_URL = ""
static let APP_PAGE_URL = "https://www.stevenfrancony.fr/" + AppDelegate.language + "/realizations/cloudweather"
- Now, you can build and run this application and develop your functions !
We would love you for the contribution to PlaceholderApp-iOS
project, check the LICENSE
file for more info.
Distributed under the MIT license. See LICENSE
for more information.