xamarin/Xamarin.Forms

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

Offen

#6.205 geöffnet am 16.05.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/customrenderere/6 :clock6:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide