You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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!
* develop:
Supported swift 5 + Xcode 10.3. (CaliCastle#46)
FixCaliCastle#22, use customView of UIBarButtonItem instead
Add example of gesture driven PopMenu presentation.
Add a way to present popMenu from PopManager with a gesture.
Migrate example with Xcode10.2
Migrate with Xcode10.2
Update README.md
# Conflicts:
# README.md
✔️ Issue Checklist
✍🏻 Issue Description
This line
PopMenu/PopMenu/View Controller & Views/PopMenuViewController.swift
Line 88 in 48c9243
The text was updated successfully, but these errors were encountered: