Skip to content

Commit bd1d9b4

Browse files
committed
Add some notes.
1 parent a8e1f26 commit bd1d9b4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

WordPress/Classes/ViewRelated/Feature Introduction/Blogging Prompts/BloggingPromptsFeatureIntroduction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import UIKit
22

3-
// TODO: add description
3+
/// This displays a Feature Introduction specifically for Blogging Prompts.
44

55
class BloggingPromptsFeatureIntroduction: FeatureIntroductionViewController {
66

WordPress/Classes/ViewRelated/Feature Introduction/FeatureIntroductionViewController.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ import UIKit
55
@objc optional func secondaryActionSelected()
66
}
77

8-
// TODO: add description
8+
/// This is used to display a modal with information about a new feature.
9+
/// The feature description is displayed via the provided featureDescriptionView,
10+
/// which is presented in the scrollable area of the view.
11+
/// A primary action button is always displayed.
12+
/// A secondary action button is displayed if a secondaryButtonTitle is provided.
913

1014
class FeatureIntroductionViewController: CollapsableHeaderViewController {
1115

0 commit comments

Comments
 (0)