Matthias Keiser

1pod

TRTabView

A flexible implementation of a tabbed view like the one in Safari for iPad. It uses a delegate design pattern that is inspired by the UITableView delegate and data source methods.

Tab reordering, overflow behavior, the minimum/maximum number of tabs, the minimum/maximum tab widths and much more are easy configurable by implementing the corresponding delegate calls.

For most settings there is a reasonable default already provided. Display orientation changes are supported out of the box.

See https://github.com/mkeiser/TRTabView for an example project.

License: MIT

  • Objective C