FTPopOverMenu_Swift icon indicating copy to clipboard operation
FTPopOverMenu_Swift copied to clipboard

FTPopOverMenu_Swift, swift version of FTPopOverMenu. FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView,...

Results 11 FTPopOverMenu_Swift issues
Sort by recently updated
recently updated
newest added

I just installed Xcode 13 and my app won't build due to use of `UIApplication.shared.keyWindow?` The error is: 'shared' is unavailable in application extensions for Mac Catalyst: Use view controller...

Can't change image position right to left.

**Pod:-** pod 'FTPopOverMenu_Swift', '~> 0.1.4' **OS:-** Catelina **iOS:-** 14+ **Language:-** Swift 4+ jus install the pod and try to configure with the below function I'm getting this error func configWithMenuStyle()...

我使用的是 Demo App。如果点击左上角文件夹图标并关闭,重复数次,则会创建数个 FTPopOverMenuView。似乎在 Closure 中存在 Memory Cycle。

I want to change text color and font. For that i have tried below code but it's not working. ``` let cellConfiguration = FTCellConfiguration() cellConfiguration.textColor = .black cellConfiguration.textFont = UIFont.init(name:...

Did you remove the text color property - how can we set the text color?

当数据过长时,能否超过多少条,出现滚动条?

When we open the menu and tap on background view to dismiss FTPopOverMenu not working on iOS 13. Its working fine in iOS 12.

How to put menu in middle of view frame please help me

I can't get the popover menu to work in a today widget in Notification Center.