updating the flag default

This commit is contained in:
Subramaniam, Ramya 2024-06-21 15:18:21 +05:30
parent b9190b1cbb
commit 4f4c0fe80d

View File

@ -29,7 +29,7 @@
// Default load style.
self.loadStyle = MFLoadStyleDefault;
self.replaceViewIfOnStackElseLoadWithStyle = YES;
self.replaceViewControllerIfOnStackGoToOnly = YES;
self.replaceViewControllerIfOnStackGoToOnly = NO;
self.identifier = [[NSUUID UUID] UUIDString];
}
return self;