Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parthgohel2810 authored May 11, 2022
1 parent 84ecf46 commit 2cb259e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ The isScaleItem property enables you to off/on scaling of tab titles.
#### tabBarItemStyle
The tabBarItemStyle used to tabBarItem font and textColor.

#### selectedTab
The selectedTab used to set selected tab initially.

#### setSelectedTab(with index: Int)
This function used to set selected tab programmatically.

#### onItemSelected
You will receive selected tab index in onItemSelected clouser.
```swift
Expand Down

0 comments on commit 2cb259e

Please sign in to comment.