Joanna Bednarz

3pods

AutoMate

Swift framework containing set of helpful XCTest extensions for writing UI automation tests.

License: MIT

  • Swift

AutoMate-AppBuddy

Helper framework for writing UI automation tests with AutoMate.

License: MIT

  • Swift

HRSAdvancedTableViews

The Advanced Table Views library is a set of modules that make handling table views more convenient. The different modules are split into cocoapods subspecs so that you can only include the modules you are interested in. Some of the modules (like HRSIndexPathMapping) have advantages that might also be useful for other tasks than just table views, however they are mainly designed for the work with table views.

HRSSectionController

The section controller module deals with the problem of overloaded table view controllers. It separates the data model of a table view by its sections. Each section has its own controller that is responsible for providing the table view with the information it needs by implementing the necessary methods from UITableViewDelegate and UITableViewDataSource.

HRSIndexPathMapping

The index path mapping module is used for mapping index paths of every kind through a visibility / active state. This is mostly used to map index paths in the UITableView or UICollectionView context but can be used by every other logic that deals with index paths and needs to map between two sets of index paths based on various conditions.

In practice, this is used to collapse or hide a couple of rows or sections inside a table view based on your current model data.

License: Apache-2.0

  • Objective C