exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

menu not response in iOS 12 #23

Closed WayneSKK closed 5 years ago

WayneSKK commented 6 years ago

Button seems not working in iOS 12 properly, all of them are no response .

sverin commented 6 years ago

@WayneSKK Did you find any solution to this?

WayneSKK commented 6 years ago

@sverin Not yet. Do you have the same issue?

sverin commented 6 years ago

@WayneSKK Yes, but haven't found a solution yet

sverin commented 6 years ago

@WayneSKK If I build the Macaw library from master repo it works just fine. The 0.9.2 build from Carthage seems to have some issues resolved in the master version.

WayneSKK commented 6 years ago

@sverin How to build from Macaw master? They having same version 0.9.2. I am using CocoaPods.

sverin commented 5 years ago

@WayneSKK I used carthage, but have tried CocoaPods as well. In both cases I had to use Macaw from master repo and added the FanMenu.swift file directly into the project. The Podfile I used looked like this:

target "<my_project>" do
    use_frameworks!
    pod "Macaw",  :git => 'https://github.com/exyte/Macaw.git'
end

and the Cartfile file like this:

github "Exyte/fan-menu" "master"

WayneSKK commented 5 years ago

@sverin Finally, I build macaw again and convert swift version to 4.2, then it is working fine again! Thanks!

zapletnev commented 5 years ago

It looks like this issue was resolved. Please let me know if you have any questions. Closing for now.