# `GSTabBarControl indexOfCell:`

*Instance Method*

## Declaration

```swift
func index(ofCell cell: Any) -> UInt
```

```objc
- (NSUInteger) indexOfCell:(id) cell;
```

```python
indexOfCell_(cell: object) -> int
```

