标签: xamarin.forms
在iOS上,检查层次结构,我可以看到ButtonRenderer是一个本机UIView,具有UIButton作为子视图。
为什么需要让渲染器包装UIButton? 为什么Xamarin Forms不能创建和使用UIButton,为什么渲染器本机视图是必需的?