Imagine you have a structure like: [[String, String], [String, String], [String, String],] and you need to replace a second value. How to do that?
How to reload translations strings from remote at runtime?
At some point your app may need lot of supported languages, which sooner or later will come to common problem – each translation change requires app release via […]
iOS 15: UINavigationBar background color becomes black
After updating to iOS 15, probably you (like me) noticed some strange colors in your customized UINavigationBar. To fix this you need to add some code which works […]
Quick Tip: How to dismiss all presented view controllers?
If you are quite new in Swift, sooner or later you will face such view hierarchy:
Quick tip: How to deal with “Entity passed to the choice field must be managed.” with Doctrine?
Sometimes it is good to store form data in session – for example when working with filters, when you want to save last filters state when user gets […]
Quick tip: How to sort array of objects by given property in custom order in Swift?
Imagine this, you have a class and enum like: class UserDto { public var username: String public var userStatus: UserStatusDto } enum UserStatusDto: String { case ok = […]
Simple UNNotificationServiceExtension with Firebase Push and image display
As you probably already know, sending push notification from Firebase will not display attached image on device. This example assumes you know how to configure push notifications in […]
How to create custom list button in Salesforce and send data to external API?
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.