Commit 30ae213b by Daniel Dahan

correct chipBarController reference

parent 8cf456f2
...@@ -34,7 +34,7 @@ class Base: UIControl { ...@@ -34,7 +34,7 @@ class Base: UIControl {
secondAnimation() secondAnimation()
} }
func didTap() { @objc func didTap() {
self.isSelected = !self.isSelected self.isSelected = !self.isSelected
self.animate() self.animate()
} }
......
...@@ -45,7 +45,7 @@ extension UIViewController { ...@@ -45,7 +45,7 @@ extension UIViewController {
This is the recommended method of accessing the ChipBarController This is the recommended method of accessing the ChipBarController
through child UIViewControllers. through child UIViewControllers.
*/ */
public var chipsController: ChipBarController? { public var chipBarController: ChipBarController? {
return traverseViewControllerHierarchyForClassType() return traverseViewControllerHierarchyForClassType()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment