Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit e68ef09

Browse files
Merge pull request #598 from nikola-milicevic/fix/597-make-extension-public
Fix/Make SearchTableViewCell extension public
2 parents 26e7de7 + b163240 commit e68ef09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "WordPressAuthenticator"
3-
s.version = "1.38.0-beta.2"
3+
s.version = "1.38.0-beta.3"
44

55
s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps."
66
s.description = <<-DESC

WordPressAuthenticator/UI/SearchTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extension SearchTableViewCell: UITextFieldDelegate {
7676

7777
// MARK: - Loader
7878
//
79-
extension SearchTableViewCell {
79+
public extension SearchTableViewCell {
8080
func showLoader() {
8181
guard let leftView = textField.leftView else { return }
8282
let spinner = UIActivityIndicatorView(frame: leftView.frame)

0 commit comments

Comments
 (0)