wordpress-mobile / WordPress-Editor-iOS

⛔️ [DEPRECATED] A reusable iOS rich text editor component.
GNU General Public License v2.0
1.06k stars 209 forks source link

Formatbar: Add method to return toolbar item matching a given tag #894

Closed frosty closed 7 years ago

frosty commented 7 years ago

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

Needs review: @bummytime

frosty commented 7 years ago

Thanks @SergioEstevao!