Commit 30ae213b by Daniel Dahan

correct chipBarController reference

parent 8cf456f2
......@@ -34,7 +34,7 @@ class Base: UIControl {
secondAnimation()
}
func didTap() {
@objc func didTap() {
self.isSelected = !self.isSelected
self.animate()
}
......
......@@ -45,7 +45,7 @@ extension UIViewController {
This is the recommended method of accessing the ChipBarController
through child UIViewControllers.
*/
public var chipsController: ChipBarController? {
public var chipBarController: ChipBarController? {
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