简体   繁体   中英

Can someone access iOS SDK TextFiled values from the host app

I'm building an iOS SDK and it has a function (can be called by the host app) that will present a view with a text field in the app. Can the host app access the value of the text field? If yes, how can I avoid this

Yes, host can. If you want to prevent, you can declare the textfield as private.

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