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
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,20 @@ import WordPressShared
displayTitleViewOnly = false
}

/// Configures the view for an in-progress operation without replacing it with the no-connection presentation.
public func configureForLoading(title: String) {
titleText = title
subtitleText = nil
attributedSubtitleText = nil
configureAttributedSubtitle = nil
attributedTitleText = nil
buttonText = nil
imageName = nil
subtitleImageName = nil
accessorySubview = Self.loadingAccessoryView()
displayTitleViewOnly = false
}

/// Public method to show the title specifically formatted for no search results.
/// When the view is configured, it will display just a label with specific constraints.
///
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [*] [build tooling] Add a String Catalog localization pipeline (plurals + build-free catalog generation) with a CI coverage gate [#25688]
* [*] [internal] Stats widgets: migrate the site picker from SiriKit to App Intents [#25753]
* [*] Fix Blogging Reminders text color in dark mode [#25780]
* [*] Share extensions: Fix the site picker showing an error while sites are still loading [#25798]

27.0
-----
Expand Down
Loading