Ever needed to create your very own custom button in Salesforce? If yes, read below.
How to install pcntl PHP extension in Mamp Pro on MacOS Catalina?
Ever wanted to install pnctl extension for Mamp PRO on Catalina in 16 easy steps? If yes, read below.
Symfony: How to execute raw SQL which returns objects inside Form
Ever wanted to fetch your entities using complex query from inside you form class? Check out below.
IBOutlet becomes nil in viewDidLoad function of your UIViewController?
This is a bit scary for all beginners. You made your pretty view in Interface Builder, attached UIViewController and trying to: let vc = new MyNewController() self.present(vc, animated: […]
Internal error when trying to open XIB in XCode 10.3
If you already upgraded XCode to newest 10.3 version, you may notice that opening XIBs created in older versions causes “Internal error” and UI elements are not visible. […]
How to get all enum values in Swift?
So you made brand new and shiny enum, and want to use it in f.e. picker? To achieve this you need to prepare array of strings which every […]
Using Swift with Objective-C in framework project
I’m pretty sure there are lot of tutorials about mixing ObjectiveC with Swift in both ways. But most of them are covering only normal projects. If you have […]
No updates
Yeah, I know it’s been a while. Will try to get back with some new interesting stuff this month.
Expected argument of type “string”, “NULL” given when using form in Symfony 4.1
Expected argument of type “string”, “NULL” given is very common question and seems to not be handled since Symfony 2