[TIMOB-17679] iOS: NavWindow needs a back button clicked event
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | TCSupport, api, ios |
Reporter | me@gmail.com |
Assignee | Unknown |
Created | 2014-09-05T12:00:04.000+0000 |
Updated | 2018-02-28T20:03:38.000+0000 |
Description
iOS natively supports calling a selector for back button clicked events for things that need to happen immediately once a back button is clicked, most often a rapid UI change. For these types of things the close event takes too long and results in a glitchy UI.
No comments