kornerr / ios-item-hierarchy

Sample iOS application to represent three levels of item hierarchy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This is a sample iOS application to represent three levels of item hierarchy:

  • sections
    • first level items
    • CoverFlow/Carousel-like display
  • categories
    • second level items
    • central (selected) item is enlarged
  • products
    • third level items
    • accessed by collapsing sections and categories

Preview

This is what the app looks like:

Preview

Images

Images represent Mass Effect races.

Image loading is simulated.

Issues

This is only an unpolished prototype with several issues/limitations:

  • sections and categories are not correctly paginated
  • vertical pan gesture to collapse/expand products conflicts with products' scrolling
    • one has to collapse/expand by panning outside products
  • there is no unlimited scrolling through products

About

Sample iOS application to represent three levels of item hierarchy


Languages

Language:Objective-C 48.3%Language:Swift 39.4%Language:C++ 6.8%Language:Objective-C++ 5.4%Language:C 0.1%