Skip to content
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

docs/guidelines/platform/xamarin-mac.md is wrong about reactive views #334

Open
jwosty opened this issue May 26, 2019 · 2 comments
Open

Comments

@jwosty
Copy link

jwosty commented May 26, 2019

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?).

@worldbeater
Copy link
Contributor

they should be ported

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!

@jwosty
Copy link
Author

jwosty commented Jun 6, 2019

@worldbeater I am definitely considering doing this, assuming I can find the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants