This PR adds a method to WPEditorFormatbarView, toolBarItemWithTag: to return a toolbar button matching the specified tag. This is needed so we can display a popover from the media button in this PR: https://github.com/wordpress-mobile/WordPress-iOS/pull/7774
This PR adds a method to
WPEditorFormatbarView
,toolBarItemWithTag:
to return a toolbar button matching the specified tag. This is needed so we can display a popover from the media button in this PR: https://github.com/wordpress-mobile/WordPress-iOS/pull/7774Needs review: @bummytime