xamarin/Xamarin.Forms

[Bug] [iOS] Custom view not showing when changing from invisible to visible

开放

#6,205 创建于 2019年5月16日

 (2 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/customrenderere/6 :clock6:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

I have a custom control which visible state initially set as false. When dynamically changing its visible state to true(IsVisible="true"), control not getting visible in iOS. Control working perfectly in Android.

Steps to Reproduce

Prepared simple sample to reproduce an issue. Please run the attached sample and change visible state through button. Sample: https://github.com/sheiksyedm/CustomView

贡献者指南