Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WordPress-Aztec-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WordPress-Aztec-iOS'
s.version = '1.10.0'
s.version = '1.10.1'
s.summary = 'The native HTML Editor.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion WordPress-Editor-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WordPress-Editor-iOS'
s.version = '1.10.0'
s.version = '1.10.1'
s.summary = 'The WordPress HTML Editor.'

# This description is used to generate tags and improve search results.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class OptionsTablePresenter: NSObject {
optionsViewController.popoverPresentationController?.permittedArrowDirections = [.down]
optionsViewController.popoverPresentationController?.sourceView = barItem
optionsViewController.popoverPresentationController?.sourceRect = barItem.bounds
optionsViewController.popoverPresentationController?.backgroundColor = .white
optionsViewController.popoverPresentationController?.backgroundColor = optionsViewController.cellBackgroundColor
optionsViewController.popoverPresentationController?.delegate = self

presentingViewController.present(optionsViewController, animated: true, completion: completion)
Expand Down