Skip to content

barylevy/ios-assignment

 
 

Repository files navigation

PayKey’s iOS interview task

What am I building?

The final result of this task is to have an ViewConroller with a Horizontal TableView.

In this project:

  • ViewController - A view controller that create HorizontalTableView and implement it’s data source
  • HorizontalTableView - A subclass of UIView that should implement the Horizontal table view

Instructions:

  • Fork the project
  • Clone the forked project to you'r machine
  • Read the implementation guidelines section
  • Implement :)
  • Push your implementation and let us know.

Implementation guidelines

  • Do not use external libraries and/or UITableView/UICollectionView
  • Implementation should support N number of cells
  • None of the pre-written in ViewController and AppDelegate should be change
  • See attached image to see screenshot of the final result.

What to implement:

The end result of this task should be a Horizontal TableView (the one already provided).

The only file that needs to be implemented is the HorizontalTableView.m but you can also edit the HorizontalTableView.h

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%