Procházet zdrojové kódy

Center titles in no-subtitle shortcuts

Tanner Bennett před 6 roky
rodič
revize
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;
 }