WWDC24 中 UIViewController 增加了 5 种特殊的转场效果zoom、coverVertical、flipHorizontal、crossD...
UIBarButtonItem 默认是不能 设置 Badge 所以我们可以对它扩展使之支持
1. UIEdgeInsetsMake方式 NSInteger inset = App_Frame_Width == 414 ? 10:6; self.nav...