toptabbedpage-xamarin-forms icon indicating copy to clipboard operation
toptabbedpage-xamarin-forms copied to clipboard

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS

Results 17 toptabbedpage-xamarin-forms issues
Sort by recently updated
recently updated
newest added

![изображение](https://user-images.githubusercontent.com/18596167/71069001-876fc100-2180-11ea-8aab-8c60888d3a05.png) Some tabs dont display full text on iOS. Version: 0.0.3.13-pre (in stable version everything was ok) iOS: 13.2

Steps: 1- Install-Package Naxam.TopTabbedPage.Forms 2-create page with binding source ``` ``` 3- leave the collection empty ``` public class DashViewModel { public DashViewModel() { DashboardChildModels = new ObservableCollection(); } private...

Hi, I get this error when using the plugin on iOS at run time: "Parameter name: str at Foundation.NSString..ctor (System.String str) [0x00027] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.1.0.15/src/Xamarin.iOS/Foundation/NSString.cs:142 at Naxam.Controls.Platform.iOS.TabsView+c.b__17_0 (System.String x) [0x00000] in...

When I place a lot of tabs there is an error. Title of 1st tab i cut in half. When i navigate f.e. to 3rd tab and go back to...

Per the screenshots of this plugin, iOS tabs are now supposed to look like tabs on Android. This plugin brings the tabs up to the top, but also adds in...

Hi. guys. I have something wrong problem after I have updated xamarin forms to 3.5.0. Anyone has this problem like this? Build error message below... ---------------------------------------------------------------------------------------------------- Error MT2101: Can't resolve...

It is impossible to add or change text color of selected tab when using your plugin. This feature is easy to achieve native and in custom renderer by adding a...