Restaurant Journal – iOS App Source Code

Overview

Restaurant Journal. This application will allow user to save favorites restaurants. Share image of the restaurant, and etc. User can save name of the restaurant, type, location (Location converted through GeoCoding) with will be displayed on the map on Detail page or on the Map view, check if the user been in the restaurant or not. All data editable throught Edit Details Screen. Application store all data locally using Core Data. Application also contains AdMob. Also user can search through the list of restaurants. About screen allow user to go the App Store to rate the add, or your web page, Facebook for example.

Features

  • Swift 3.0
  • Well commented code
  • Search through
  • GeoCoding address of the restaurant
  • Beautiful UI
  • AdMob integrated
  • About Screen
  • Map View of the restaurant location
  • App uses Core Data for storing data
  • Works on all screens (iPhone SE – iPhone 7 Plus)
  • Using photos for your photo library

Requirements

  •  XCODE

Instructions

  • Unzip main files and open as Xcode Project.

Related