mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-27 15:07:44 +00:00
update editor title when the link changes
This commit is contained in:
parent
a02874d82d
commit
01cf1884ab
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ static NSString *const StateRestorationModifiedPostKey = @"modifiedPost";
|
||||||
- (void)updatePostURL:(NSURL *)url {
|
- (void)updatePostURL:(NSURL *)url {
|
||||||
self.modifiedPost = [self.modifiedPost copyWithURL:url];
|
self.modifiedPost = [self.modifiedPost copyWithURL:url];
|
||||||
[self configureLinkView];
|
[self configureLinkView];
|
||||||
|
[self configureTitleView];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (IBAction)publishOrUnpublish:(id)sender {
|
- (IBAction)publishOrUnpublish:(id)sender {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue