jkpang / PPBadgeView

iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
MIT License
848 stars 118 forks source link

Swift 5 Support w/ Cocoapods #27

Closed jlaws closed 5 years ago

jlaws commented 5 years ago

Expected Results

No warning to convert PPBadgeViewSwift.framework to Swift 5

Actual Results

Xcode created warnings to convert PPBadgeViewSwift.framework to Swift 5

Steps to Reproduce

Build the cocoapod in Xcode 10.2

jkpang commented 5 years ago

Hi, Version 3.0.0 has been released, warnings have been fixed, and code has been migrated to Swift5 @jlaws

Sent from PPHub For GitHub

jlaws commented 5 years ago

Thanks for the fast turnaround!