Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 458 forks source link

TabBarView Datasource and Delegate #57

Closed loicgriffie closed 8 years ago

loicgriffie commented 8 years ago

Hi,

Is it possible to rollback the 2 following properties in order to be able to use the TabBarView without the use of the TabBarController if not wanted ?

public class YALFoldingTabBar : UIView {
  @IBOutlet weak public var dataSource: YALTabBarDatasource!
  @IBOutlet weak public var delegate: YALTabBarDelegate!
  [...]
}
serejahh commented 8 years ago

Hi @Appsido. Sure, It's been updated in v. 1.0.7, please update

Also check out our new animation: https://github.com/Yalantis/ColorMatchTabs

loicgriffie commented 8 years ago

You rocks !