This repository was archived by the owner on Nov 29, 2022. It is now read-only.
Commit b5b9216
Set fade property before adding view (#328)
The fade setting is checked on `- didMoveToSuperview`, but we don't
set this value until _after_ the view is already added to the hierarchy.
Moving this setting up allows the fade to work.1 parent 0043d58 commit b5b9216
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
451 | 454 | | |
452 | 455 | | |
453 | 456 | | |
| |||
527 | 530 | | |
528 | 531 | | |
529 | 532 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| |||
0 commit comments