milan-galitein
milan-galitein
@Alexander-Frost try this: let cellConfiguration = FTCellConfiguration() cellConfiguration.textAlignment = .center cellConfiguration.textColor = .black // cellConfiguration.textFont = ... FTPopOverMenu.showForSender(sender: sender, with: ["Report"], menuImageArray: nil, cellConfigurationArray: [cellConfiguration], done: { (selectedIndex) -> ()...
I'm facing the same issue in xcode 15.4. Has anyone found out what a problem is?
I have done with separate logic - created separate hashmap and adding item when item click from suggestion - modify comment before submit