My Swift framework not working in ObjectiveC but works fine in Swift
问题 I have created a Swift framework that creating a button programmatically, and the action of the button is showing a webView and close it, my framework works fine in Swift project but in Objective C it just create button but it is not taking action and does not show my webView, Note: I am getting the button configuration from server via JSON using SwiftyJSON below is the my Swift Class in addition to SwiftyJSON in the framework project import Foundation import UIKit import WebKit @objc public