소스 검색

center label on iOS 13

tags/v2.2.0
Viggo Lekdorf 4 년 전
부모
커밋
91ea103e63
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      .DS_Store
  2. +2
    -2
      Tweak.xm

BIN
.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;
}
}


Loading…
취소
저장