All Projects → nkukushkin → StackView-Hiding-With-Animation-Bug-Example

nkukushkin / StackView-Hiding-With-Animation-Bug-Example

Licence: other
Narrowed down reproduction of UIStackView hiding with animation bug

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to StackView-Hiding-With-Animation-Bug-Example

Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (+165.38%)
Mutual labels:  bug
Famous Bugs
Famous bugs fixed, problems solved and failures experienced in software history 🐛 🐝 🐜 🐞
Stars: ✭ 105 (+303.85%)
Mutual labels:  bug
Discord Exploit Collection
A collection of Discord bugs and exploits
Stars: ✭ 166 (+538.46%)
Mutual labels:  bug
Clickjacking Tester
A python script designed to check if the website if vulnerable of clickjacking and create a poc
Stars: ✭ 72 (+176.92%)
Mutual labels:  bug
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (+234.62%)
Mutual labels:  bug
Bounty Targets Data
This repo contains hourly-updated data dumps of bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) that are eligible for reports
Stars: ✭ 1,783 (+6757.69%)
Mutual labels:  bug
Beetle
Shake to create Bug Report on GitHub, GitLab and Azure DevOps!
Stars: ✭ 45 (+73.08%)
Mutual labels:  bug
Todokit
TodoKit - A beautiful bug and issue tracking software.
Stars: ✭ 253 (+873.08%)
Mutual labels:  bug
Fb Android Crash
How to crash the integrated browser in FB for Android? Let's open that URL!
Stars: ✭ 89 (+242.31%)
Mutual labels:  bug
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+496.15%)
Mutual labels:  bug
Unjailme
A sandbox escape based on the proof-of-concept (CVE-2018-4087) by Rani Idan (Zimperium)
Stars: ✭ 73 (+180.77%)
Mutual labels:  bug
Larabug
Laravel error reporting tool
Stars: ✭ 84 (+223.08%)
Mutual labels:  bug
Urlprobe
Urls status code & content length checker
Stars: ✭ 123 (+373.08%)
Mutual labels:  bug
React Native Exception Handler
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Stars: ✭ 1,170 (+4400%)
Mutual labels:  bug
Awesome Vulnerable Apps
Awesome Vulnerable Applications
Stars: ✭ 180 (+592.31%)
Mutual labels:  bug
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (+84.62%)
Mutual labels:  bug
Hackeronedb
The unofficial HackerOne disclosure Timeline
Stars: ✭ 117 (+350%)
Mutual labels:  bug
Bug-Hunting
A Collection of Notes, Methodologies, POCs and everything else related to Bug Hunting.
Stars: ✭ 110 (+323.08%)
Mutual labels:  bug
Tableplus
TablePlus macOS issue tracker
Stars: ✭ 2,554 (+9723.08%)
Mutual labels:  bug
Bugshaker Android
Shake to send a bug report!
Stars: ✭ 124 (+376.92%)
Mutual labels:  bug

StackView Hide With Animation Bug Example

This is a bug that exists in iOS 10.2+ (didn't check on previous versions).

Description:

When hiding an arrangedSubview of an UIStackView using UIView animation API multiple times, the isHidden property values "stack" and it requires settigns isHidden to false multiple times before the value updates.

Steps to reproduce:

  1. Add an arranged subviews to UIStackView
  2. Call isHidden = true the subview within a UIView animation block multimple times
  3. Call isHidden = false on the same subview
  4. Observe that it doesn't appear and still has isHidden still set to true
  5. Call isHidden = false until the value of the property actually changes to false

demostration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].