Closed HaeSeongPark closed 3 years ago
When I run DemoApp, I found a bug which is UISplitViewController detailVC's steps doesn't no be handled properly after first appear
https://user-images.githubusercontent.com/24935280/138263572-7657022a-876c-4e3e-9111-9b70083de283.mov
I think main reason of this bug is that that doesn't not apply allowsStepWhenDismissed property of new stepper. So I modify it. Also demo code.
https://user-images.githubusercontent.com/24935280/138264551-91757453-06e8-4c84-8513-442f85da1389.mov
Description
When I run DemoApp, I found a bug which is UISplitViewController detailVC's steps doesn't no be handled properly after first appear
https://user-images.githubusercontent.com/24935280/138263572-7657022a-876c-4e3e-9111-9b70083de283.mov
I think main reason of this bug is that that doesn't not apply allowsStepWhenDismissed property of new stepper. So I modify it. Also demo code.
https://user-images.githubusercontent.com/24935280/138264551-91757453-06e8-4c84-8513-442f85da1389.mov
Checklist