瀏覽代碼

Center titles in no-subtitle shortcuts

Tanner Bennett 6 年之前
父節點
當前提交
43a3f859e2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.m

+ 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;
 }