Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 944 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 944 Bytes

SGTabbedPager

Port of SGViewPager for Xamarin.iOS

Installing

Grab the latest version from NuGet

> PM Install-Package SGTabbedPager

or for MvvmCross

> PM Install-Package SGTabbedPagerMvx

Usage

Make your UIVievController inherit from SGTabbedPager or if you are using MvvmCross SGTabbedPager<TViewModel>. Implement the two interfaces ISGTabbedPagerDelegate and ISGTabbedPagerDatasource.

Make sure you set the DataSource on your ViewControll to your ISGTabbedPagerDatasource implementation.

Use TabColor to set the color of the indicator on each tab item.

See the Sample for usage.

gif

License

See the License file.