CaliCastle / PopMenu

A fully customizable popup style menu for iOS 😎

Home Page:https://popmenu.cali.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Appstore safe?

jeanmartin opened this issue Β· comments

βœ”οΈ Issue Checklist

✍🏻 Issue Description

This line

if let buttonView = sourceBarButtonItem.value(forKey: "view") as? UIView {
seems to be using a private API increasing the chance of getting rejected for the app store (according to https://forums.developer.apple.com/thread/87823 which also states this might fail on iOS 11).

I didn't know that, I used it in my other project and passed TestFlight, but that's a good point and thanks for posting that forum link, I'll fix it in a minor update, thanks!