СГ
Size: a a a
СГ
АЧ
IG
АЧ
D
D
О
D
if (IS_OS_15_OR_LATER_LLVM) {
[_tableView setSectionHeaderTopPadding:0.0f];
}
if (IS_OS_15_OR_LATER_LLVM) {
UINavigationBarAppearance *appearance = [[UINavigationBarAppearance alloc] init];
[appearance configureWithOpaqueBackground];
appearance.titleTextAttributes = @{NSForegroundColorAttributeName : titleColor};
appearance.backgroundColor = backgroundColor;
[UINavigationBar appearance].standardAppearance = appearance;
[UINavigationBar appearance].scrollEdgeAppearance = appearance;
}
D
D
МН
МН
II
a
В
В
В
a
🚧