Skip to content

shuijian7/IOS-Local-Restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

IOS-Local-Restaurant

  • This APP Built by Swift, It support basic module in App Frameworks:

    • Foundation

    • UIKit:

      • UINavigation Controller and UIScrollView
      • UITableView and UICollectionView implementaion with XIB cell
      • UIAlertController, UIImagePickerController and UIpopoverPresentationController
      • UISearchBar and UINavigationBar
      • UILayoutConstrain for each view
    • AppKit:

      • NotificationCenter Operation for Keyboard show and hide
      • User Interactions as Gesture for selfie, textfield in registration page.
      • Graphics, Drawing, Color, and Printing like CGRect and color modules
      • IBOut and IBAction
      • ...
    • CoreData:

      • Import NSFetchedResultsController and NSPersistentContainer
      • Create Plist for saving restaurant data
      • Set static val for class for Other View visit the function to get data saved in Plist
    • CallKit and MapKit:

      • Phone call and GPS location allowed
    • Firebase Kit

      • Auth
        • Log in, Register and sign out
      • Database
        • FireBase Database extract or visit comments.

Starting Page

  • starting page follow by log in system

User System

  • Log in

  • Register

  • Support selfie upload and special character typing

  • User Account management system

  • Not support funtion of switch selfie

Restuarnt

  • Category for different types of Restaurant and SearchBar Supported

  • ABC... Section Name find supported

  • Specific Restaurant Informations

  • SearchBar Supported

  • Dish name and price indicated

  • SearchBar Supported

Comment Module

  • Support live communication among people who wish to rate the restaurant.

  • each comment has privacy key which only user himself can visit.

  • Support edit function to revise the posted comment

About

Developing an IOS App which allows live communication among people who registered a account in the Firebase database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors