Skip to content

Prototype application made during my iOS exam (computer developer license). Realized on June 8, 2018 in 6h.

Notifications You must be signed in to change notification settings

WestFR/PlaceholderApp-iOS-App

Repository files navigation

PlaceholderApp iOS

Prototype application made during my iOS exam (computer developer license). Realized on June 8, 2018 in 6h.

Swift Version License

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 !

Features

  • 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

Requirements

  • iOS 9.0+
  • Xcode 9.2+

Installation

  1. Clone this project in your project folder : git clone https://github.com/WestFR/PlaceholderApp-iOS

  2. 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"
  1. Now, you can build and run this application and develop your functions !

Contribute

We would love you for the contribution to PlaceholderApp-iOS project, check the LICENSE file for more info.

Meta

Distributed under the MIT license. See LICENSE for more information.

About

Prototype application made during my iOS exam (computer developer license). Realized on June 8, 2018 in 6h.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published