center label on iOS 13

这个提交包含在:
2020-01-05 17:39:08 +01:00
父节点 98a3a38cfc
当前提交 91ea103e63
共有 2 个文件被更改,包括 2 次插入2 次删除

二进制
.DS_Store vendored 普通文件

二进制文件未显示。

查看文件

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