![]() |
VOOZH | about |
dotnet add package Hyphenate.iOS.UI --version 3.5.3.1
NuGet\Install-Package Hyphenate.iOS.UI -Version 3.5.3.1
<PackageReference Include="Hyphenate.iOS.UI" Version="3.5.3.1" />
<PackageVersion Include="Hyphenate.iOS.UI" Version="3.5.3.1" />Directory.Packages.props
<PackageReference Include="Hyphenate.iOS.UI" />Project file
paket add Hyphenate.iOS.UI --version 3.5.3.1
#r "nuget: Hyphenate.iOS.UI, 3.5.3.1"
#:package Hyphenate.iOS.UI@3.5.3.1
#addin nuget:?package=Hyphenate.iOS.UI&version=3.5.3.1Install as a Cake Addin
#tool nuget:?package=Hyphenate.iOS.UI&version=3.5.3.1Install as a Cake Tool
Xamarin Binding for Hyphenate EaseUI 3.5.3
架构支持x86_64 arm64
- 添加NullAllowed修饰
- 解决一些对象无法转换为协议的问题
- 添加WeakDataSource
Note:
解决iPhone真机无法编译调试问题
请参考https://github.com/xamarin/xamarin-macios/issues/5624
修改.csproj,添加
<Target Name="BeforeCodesign">
<Exec Condition=" 'AnyCPU' == 'iPhone' Command="\usr\bin\codesign -v --force --sign --timestamp=none //Frameworks/UmbrellaFramework.framework/Frameworks/SubFramework.framework/SubFramework" />
</Target>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Xamarin.iOS | xamarinios10 xamarinios10 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Hyphenate EaseUI Library v3.5.3
1. 添加WeakDataSource
2. 解决UITableViewCell没有 "initWithStyle:reuseIdentifier"构造方法
3. 方法形参添加[NullAllowed]修饰
4. 解决一些协议Protocol无法被类对象进行转换的问题