Michael Tai

Results 7 comments of Michael Tai

See `CircleMenu.swift:374` ```swift if customNormalIconView != nil && customSelectedIconView != nil { DispatchQueue.main.asyncAfter(deadline: .now() + duration, execute: { self.delegate?.circleMenu?(self, buttonDidSelected: sender, atIndex: sender.tag) }) } ``` Well, `customNormalIconView` and `customSelectedIconView`...

🎉🎉🎉

Preferably, keeping this project away from cocoapods, it contains too much pixie dust. IMHO, the official/semi-official fork should capture the essence of the original project. It's just another XCode project....

Is there an fix for this? @matthewbastien how did you fix this? - I'm running vs code Version: 1.106.0 (Universal) - output for `xcrun --find lldb-dap` ``` ~> xcrun --find...

For those who run into this thread again, looks like setting is changed again use this instead 👇 I can't get the `"lldb-dap"` to work `"swift.debugger.debugAdapter": "CodeLLDB"`

Anyone is posting the updated weChat QR code?

~~Does the `.lockCameraInPortraitOrientation` lock work for you at all?~~ Turns out the `lockCameraInPortraitOrientation` doesn't work like how I want to "lock" the UI Controller. Turns out for my case of...