nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
216 stars 80 forks source link

fix(tabs): NSArray Indexing #440

Closed jcassidyav closed 1 year ago

jcassidyav commented 1 year ago

Use objectAtIndex to index into NSArray, fixing issue with IOS for NS 8.5

farfromrefug commented 1 year ago

@jcassidyav thanks!