This was removed in commit 9eeff1f due to assuming that it was no longer needed assuming that tapBarButtonItem(systemItem:) satisfied this need.
tapBarButtonItem(systemItem:) can only be used with system items whereas tapLeftBarButtonItem() can be used with any kind of UIBarButtonItem, therefore tapLeftBarButtonItem() support is still helpful.
This was removed in commit 9eeff1f due to assuming that it was no longer needed assuming that
tapBarButtonItem(systemItem:)
satisfied this need.tapBarButtonItem(systemItem:)
can only be used with system items whereastapLeftBarButtonItem()
can be used with any kind of UIBarButtonItem, thereforetapLeftBarButtonItem()
support is still helpful.