简体   繁体   中英

How can i use private frameworks in my ios application

I'm working on changing bluetooth settings from iphone application programatically.I got to know that there a private framework called BluetoothManager which meets my requirement.But as it is a private framework i could be able to import it like we import the other frameworks.How to import the private frameworks into my iphone application? moreover without any apple provided header files how can we access the functionalities from those private frameworks.can anyone suggest me me?

Thanks in Advance

copy new framework in your project and then import in your project Click on add other button and select from your project which you have already copy in your file在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM