# `GSFlowSegmentedControl isSelectedForSegment:`

*Instance Method*

## Declaration

```swift
func isSelected(forSegment segment: Int) -> Bool
```

```objc
- (BOOL) isSelectedForSegment:(NSInteger) segment;
```

```python
isSelectedForSegment_(segment: int) -> bool
```

