DLRadioButton
DLRadioButton copied to clipboard
DLRadioButton in cocoatouch Framework
hello every one I am trying to add radio and square buttons to a cocoaTouch Framework manually since I'll be using .xcodeproject I have copied DLRadioButton.h and DLRadioButton.m into my project, when I import DLRadioButton this error is displayed no such module"DLRadioButton" I have tried building, cleaning and nothing, any suggestion is appreciated
To import Objective-C code into Swift you have to create "<YourProjectName>-Bridging-Header.h"
Instructions are here: https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift