chaosifier / TabView

TabView control for Xamarin.Forms.
MIT License
124 stars 32 forks source link

Binding property name problem #34

Closed tmijieux closed 4 years ago

tmijieux commented 4 years ago

You probably did not meant to have "Property" at the end of the nameof() operator here: (also there is a warning at runtime that the property name does not exist)

https://github.com/chaosifier/TabView/blob/9a41af2a924ca25b4e94f01887b51ec48d1660ae/Xam.Plugin.TabView/Xam.Plugin.TabView.cs#L262

chaosifier commented 4 years ago

Silly mistake. I've updated the source, will update package in the next version. Thanks.