Przeglądaj źródła

Center titles in no-subtitle shortcuts

Tanner Bennett 6 lat temu
rodzic
commit
43a3f859e2

+ 5 - 0
Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.m

@@ -183,6 +183,11 @@
 }
 
 - (NSString *)customReuseIdentifierWith:(id)object {
+    if (!self.subtitleFuture(object)) {
+        // The text is more centered with this style if there is no subtitle
+        return kFLEXDefaultCell;
+    }
+
     return nil;
 }