highjump0615 / Auction_iOS

iOS App; App for auction and Bidding for goods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auction iOS App

Auction and bidding for redundant goods, having its own backend.

Overview

1. Main Features

  • User management
    Signup, Login, Profile, Setting, ...
  • Item Management
    Upload, Search, Category, Contact, Inbox, ...
  • Bid Management
    Place bid, Get max bid, Give up, Delete, ...

2. Techniques

2.1 UI Implementation

  • Implemented responsive UI design with Autolayout
  • Used Autoresize for some customized controls
  • Implemented length limit of Textfield and TextView
    textFieldDidBeginEditing(), textFieldShouldEndEditing() functions are used mainly.
  • Made tabbar item working as button
    Implemented using shouldSelectViewController of UITabBarControllerDelegate.
  • Saved data in plist file
    Created in Resource manually, implemented read/write programatically.

2.2 Third Party Libraries used

Need to Improve

  • Add logic for push notification
  • Integrate social login & sharing
  • Integrate chat feature
    ... ...

About

iOS App; App for auction and Bidding for goods


Languages

Language:Objective-C 99.8%Language:Ruby 0.2%