Explorar o código

fix position AHKActionSheet

Marino Faggiana %!s(int64=7) %!d(string=hai) anos
pai
achega
ac6d806409
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      iOSClient/Favorites/CCFavorites.m
  2. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Favorites/CCFavorites.m

@@ -420,7 +420,7 @@
     
     metadata = [_dataSource objectAtIndex:indexPath.row];
     
-    AHKActionSheet *actionSheet = [[AHKActionSheet alloc] initWithView:self.view title:nil];
+    AHKActionSheet *actionSheet = [[AHKActionSheet alloc] initWithView:self.tabBarController.view title:nil];
     
     actionSheet.animationDuration = 0.2;
     

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -4346,7 +4346,7 @@
     
     // ******************************************* AHKActionSheet *******************************************
     
-    AHKActionSheet *actionSheet = [[AHKActionSheet alloc] initWithView:self.view title:nil];
+    AHKActionSheet *actionSheet = [[AHKActionSheet alloc] initWithView:self.tabBarController.view title:nil];
     
     actionSheet.animationDuration = 0.2;