-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS Bug] IndexOutOfRange when setting the Text property #62
Labels
Comments
I think is about the CheckValidTabIndex function in the iOS Renderer The function is searching for the IndexOf(tab) and need to be the IndexOf(navigation) |
For a workaround we could do :
Regards, |
foxanna
added a commit
to foxanna/xamarin-forms-tab-badge
that referenced
this issue
Feb 1, 2019
foxanna
added a commit
to foxanna/xamarin-forms-tab-badge
that referenced
this issue
Feb 1, 2019
Merged
PR #63 was merged and released with v2.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My implementation is like so:
When changing the BadgeTextProperty I got an IndexOutOfRange on iOS Only.
Message: Index was outside the bounds of the array.
The StackTrace take me to the Plugin.Badge.iOS.BadgedTabbedPageRenderer.OnTabbedPagePropertyChanged
The text was updated successfully, but these errors were encountered: