listenzz / HBDNavigationBar

A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden...
MIT License
1.65k stars 215 forks source link

Swift #168

Closed xygkevin closed 2 years ago

xygkevin commented 2 years ago

增加纯Swift支持,创建了HBDNavigationBar子模块 Core和Swift

pod 'HBDNavigationBar' # 安装的是OC版本(默认情况下) pod 'HBDNavigationBar/Swift' # 安装的是Swift版本

目前仅测试了Swift5,iOS15.4.1真机和模拟器,其它版本的因为没有机器就没有测试,应该问题不大

listenzz commented 2 years ago

收到