Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Non-public API usage #301

Open prasanna-tapzo opened 4 years ago

prasanna-tapzo commented 4 years ago

Hi, thanks for this great library!. Recently we have integrated this library into one of our app, however after uploading build to Testflight we got a warning message from Apple. It states:

The app references non-public selectors in : setSelectedTitleColor:, setTitleFont:. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions.

k0nserv commented 4 years ago

This seems like a false positive on the side of Apple