Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 73a8c8a

Browse files
committed
Update demo
1 parent bd56e02 commit 73a8c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/DFImageManagerSample/SDFMenuViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ - (void)viewDidLoad {
148148
controller.title = @"Preheating Demo";
149149
[weakSelf.navigationController pushViewController:controller animated:YES];
150150
}]];
151-
[items addObject:[SDFMenuItem itemWithTitle:@"Composite Operation Demo" subtitle:@"Request both thumbnail and fullscreen image" action:^{
151+
[items addObject:[SDFMenuItem itemWithTitle:@"Composite Request Demo" subtitle:@"Request both thumbnail and fullscreen image" action:^{
152152
SDFCompositeRequestDemoViewController *controller = [SDFCompositeRequestDemoViewController new];
153-
controller.title = @"Composite Operation Demo";
153+
controller.title = @"Composite Request Demo";
154154
[weakSelf.navigationController pushViewController:controller animated:YES];
155155
}]];
156156
[SDFMenuSection sectionWithTitle:@"Other" items:items];

0 commit comments

Comments
 (0)