IDmeSegmentedControl 0.1.0

IDmeSegmentedControl 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by Arthur Ariel Sabintsev.



  • By
  • Arthur Ariel Sabintsev

An alternative UISegmentedControl that supports showing a second UILabel object in every segment.

Background

The purpose of this project is to be able to show the number of results returned from a web request within a segmented control. The screenshots (below) delineate a hypothetical situation where one API request returns a dictionary that contains 3 arrays worth of data (Products, Offers, Promo Codes).

The project comes with multiple delegate methods that allow for the setting/unsetting and listening of interactions for one or multiple segments.

A sample project is also included within this repository to delinate the usage of this class.

Important Note

This is an unfinished project and is offered as is for a proof of concept on how to execute this type of solution.

Screenshots

The left screenshot shows an example of the loading state of each segment (initiated by pressing Start All) The right screenshot shows an example of the loaded state of each segment (initiated by pressing Load Results)

Installation Instructions

Manual Installation

Copy the IDmeSegmentedControl folder into your project.

Created and maintained by

Arthur Ariel Sabintsev