Results 7 comments of Maxim Skorynin

Is there any working way to transactions?

Hello! Thank you for the issue. Could you please tell me the iOS version? And what package manager did you use?

I've just created a new iOS project to test it. Works fine 🧐 Could you please kindly compare the attached zip file with your project? [test-vfont.zip](https://github.com/dufflink/vfont/files/9082838/test-vfont.zip)

@appfrilans Let me please know if it doesn't help 🙏

You are right! I faced the same error when tried to Archive my project. I'll fix it as soon as possible

@appfrilans Something strange happened. I installed Xcode 14 and now I can't repeat the previous scenario. 'Product > Archive' works. I tried to launch the same process in Xcode 13...

Hi! You can use 'viewForFooterInSection' method in UITableViewDelegate and added UILabel(). func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? { let label = UILabel() label.text = messages.sectionInfoAtIndex(section).name label.textColor =...