Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

55 lines (40 loc) · 2.16 KB

BFPaperTabBarController

CocoaPods

Note that this changelog was started very late, at roughly the time between version 2.1.8 and 2.1.9. Non consecutive jumps in changelog mean that there were incremental builds that weren't released as a pod, typically while solving a problem.

2.3.0

  • (^) Fix of wrong position for items in Arabic localization. (Pull Request 27)[#27] by Anatoliy Pozdeyev.

2.2.9

  • (+) Added double tap to pop to root view controller if selected tab responds to such a call. (Issue 15)[#15]
  • (+) Added ability to silence invisible touch view via new property: '.userInteractionEnabled'.

2.2.8

  • (^) Fixed animation bug when set programmatically. Onur Var. (Pull request 9)[#27]

2.2.7

  • (^) Fixed overline bar getting stuck when set programmatically. Onur Var. (Pull request 8)[#26]

2.2.6

  • (^) Dragging to reorder tabs while More->Edit is active now works thanks to apozdeyev. (Pull request 7)[#24]

2.2.5

  • (-) Removed all BFPaperColors dependecies and code.
  • (^) Properties now appear in Interface Builder (IBInspectable)!

2.1.13

  • (^) Migrated to CocoaPods 1.0.

2.1.12

  • (+) Added feature to display a line on the top of the tab bar, thanks to GitHub user Onur Var

2.1.11

  • (^) Fixed bug where viewDidLoad was being called multiple times for subclasses of BFPaperTabBarController.

2.1.10

  • (^) Update pods.

2.1.9

  • (+) Added a changelog!
  • (^) Fixed bug where sometimes tapCircle was nil in 'burstTapCircle' thanks to github user @Maguszin.