# `GSTabBarControl selectTabItemAtIndex:`

*Instance Method*

## Declaration

```swift
func selectTabItem(at idx: UInt)
```

```objc
- (void) selectTabItemAtIndex:(NSUInteger) idx;
```

```python
selectTabItemAtIndex_(idx: int)
```

