【发布时间】:2020-07-22 18:53:39
【问题描述】:
我尝试使用 Visual Studio macOS 开发一个使用 c# 语言的 macOS 应用程序。
但我发现单声道有很多错误
例如:
UITabView 有属性 'numberOfTabViewItems' 'tabViewItemAtIndex',但在 VS macOS 中报错。
NSTabView
https://developer.apple.com/documentation/appkit/nstabview?language=objc
using System;
using AppKit;
using Foundation;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
欢迎您的评论
【问题讨论】:
-
您是否正在寻找某种关于“VS for MacOS 是最好的 evar”的闲聊?您能否请edit 发帖澄清您到底在寻找什么?
标签: c# macos xamarin xamarin.mac