11

Progressive reduction is an interesting concept in user interface design, suggesting that as a user becomes more familiar with an app’s user interface your UI should adapt to the user and reduce the amount of information shown.

Here’s an interesting library allowing you to easily create adaptive user interface elements called AdaptiveController with an example tab bar implementation demonstrating progressive reduction.

You can find AdaptiveController and Adaptive Tab Bar on Github here.