摘要: 在AppDelegate.h里面添加 @property(nonatomic,assign)NSInteger allowRotation;在AppDelegate.m文件里面添加 - (NSUInteger)application:(UIApplication *)application supp 阅读全文
posted @ 2025-09-12 14:33 黄增松 阅读(22) 评论(0) 推荐(0)
摘要: iOS13以上才行 import UIKit class CustomTabBarController: UITabBarController { override func viewDidLoad() { super.viewDidLoad() setupTabBarAppearance() ad 阅读全文
posted @ 2025-09-12 10:08 黄增松 阅读(15) 评论(0) 推荐(0)