When using IASKSegueIdentifier, the row is not deselected when closing the presented view controller
funnel20 opened this issue · 2 comments
funnel20 commented
When using IASKSegueIdentifier
, the row is not deselected when closing the presented view controller.
This behaviour can be reproduced in the Sample app:
- Launch the Sample app
- On the first tab "Featured" select any of the 2 options
- Scroll down to the section with "Open URL".
- There is a row named
Custom Subview (via Storyboard segue)
. Select it - When the modal view controller opens, swipe it down to close
- Row named
Custom Subview (via Storyboard segue)
is still selected:
Solution
IASKAppSettingsViewController
should monitor for a rewind segue and deselect the row.