mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-05-28 05:14:34 +08:00
Further abstracted initial photo model.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
[self.pageViewController setViewControllers:@[[self photoViewControllerForIndex:self.viewModel.initialPhotoIndex]] direction:UIPageViewControllerNavigationDirectionForward animated:NO completion:nil];
|
||||
|
||||
// Configure self
|
||||
self.title = [self.viewModel.initialPhotoModel photoName];
|
||||
self.title = self.viewModel.initialPhotoName;
|
||||
|
||||
@weakify(self);
|
||||
UIButton *infoButton = [UIButton buttonWithType:UIButtonTypeInfoDark];
|
||||
|
||||
Reference in New Issue
Block a user