Commit 79e272ff by Mark Turner

Added @objc to TabBar select at index for visibility in Obj-C. #912

parent 2bd5e608
......@@ -420,6 +420,7 @@ extension TabBar {
- Parameter at index: An Int.
- Paramater completion: An optional completion block.
*/
@objc
open func select(at index: Int, completion: ((TabItem) -> Void)? = nil) {
guard -1 < index, index < tabItems.count else {
return
......
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