Skip to content

ThreeScreenStudios/SGTabbedPager

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Batchfile 1.4%