You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation seems to imply that you can use many of the same reactive types that are available on Xamarin.iOS, which is not true. For example, on Mac, there is no:
Root of the issue is that these types are all derived from UIKit stuff (i.e. iOS's UITableView instead of macOS's NSTableView). EITHER they should be removed from the xam.mac documentation, OR they should be ported (which I imagine can't be too bad, since UIKit and AppKit are so similar, right?).
The text was updated successfully, but these errors were encountered:
This is a brilliant idea! We'd really love to receive a contribution from someone who can implement and test those IViewFor controls on a Mac machine. Please feel free to open a PR if you have time and head over to our Slack channel!
The documentation seems to imply that you can use many of the same reactive types that are available on Xamarin.iOS, which is not true. For example, on Mac, there is no:
Root of the issue is that these types are all derived from UIKit stuff (i.e. iOS's UITableView instead of macOS's NSTableView). EITHER they should be removed from the xam.mac documentation, OR they should be ported (which I imagine can't be too bad, since UIKit and AppKit are so similar, right?).
The text was updated successfully, but these errors were encountered: