xamarin/Xamarin.Forms

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

Ouverte

#6 205 ouverte le 16 mai 2019

 (2 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
a/customrenderere/6 :clock6:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur