ソースを参照

center label on iOS 13

tags/v2.2.0
Viggo Lekdorf 4年前
コミット
91ea103e63
2個のファイルの変更2行の追加2行の削除
  1. バイナリ
      .DS_Store
  2. +2
    -2
      Tweak.xm

バイナリ
.DS_Store ファイルの表示


+ 2
- 2
Tweak.xm ファイルの表示

@@ -1,10 +1,9 @@
@interface SBUILegibilityLabel : UIView
@property (nonatomic,copy) NSString *string;
@property (assign,nonatomic) long long textAlignment;
@end

@interface NCNotificationListSectionRevealHintView : UIView
//-(void)_updateHintTitle;
//-(void)setRevealHintTitle;
@property (nonatomic,retain)SBUILegibilityLabel *revealHintTitle;
@end

@@ -57,6 +56,7 @@ static void notificationCallback(CFNotificationCenterRef center, void *observer,
%orig;
if (enabled) {
self.revealHintTitle.string = customText;
self.revealHintTitle.textAlignment = 1;
}
}


読み込み中…
キャンセル
保存