Port of SGViewPager for Xamarin.iOS
Grab the latest version from NuGet
> PM Install-Package SGTabbedPager
or for MvvmCross
> PM Install-Package SGTabbedPagerMvx
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.
See the License file.