Skip to content
Yet Another Programmer's Blog

Yet Another Programmer's Blog

PHP, Magento, iOS and more

  • Home
  • Contact
  • Privacy Policy
iOS

Quick tip: How to sort array of objects by given property in custom order in Swift?

Posted on: September 4, 2020

Imagine this, you have a class and enum like: class UserDto { public var username: String public var userStatus: UserStatusDto } enum UserStatusDto: String { case ok = […]

iOS

Simple UNNotificationServiceExtension with Firebase Push and image display

Posted on: May 18, 2020

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 […]

iOS

IBOutlet becomes nil in viewDidLoad function of your UIViewController?

Posted on: August 23, 2019

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: […]

iOS

Internal error when trying to open XIB in XCode 10.3

Posted on: July 24, 2019

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. […]

iOS

How to get all enum values in Swift?

Posted on: June 5, 2019June 5, 2019

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 […]

iOS

Using Swift with Objective-C in framework project

Posted on: April 10, 2019

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 […]

iOS

No updates

Posted on: April 3, 2019April 3, 2019

Yeah, I know it’s been a while. Will try to get back with some new interesting stuff this month.

iOS

Parsing JSON with Swift 4 JSONDecoder

Posted on: August 10, 2018

Probably you saw many JSON parsing examples, but this one is really easy. And available out of the box with Swift 4. All you have to do is […]

iOS

How to get UIImage from OpenGL in Swift 3

Posted on: November 15, 2017

As you probably notices, simple screen drawing is useless if it comes to OpenGL view. So is it possible to generate UIImage from such? Of course, lets suppose […]

Posts pagination

Previous page Page 1 … Page 8 Page 9 Page 10 … Page 23 Next page
  • iOS
  • Mac
  • Magento
  • MySQL
  • PHP
  • Promocje
  • Python
  • Salesforce
  • Uncategorized
  • Wordpress
  • April 2025
  • November 2024
  • October 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • September 2022
  • July 2022
  • September 2021
  • June 2021
  • September 2020
  • May 2020
  • March 2020
  • January 2020
  • December 2019
  • August 2019
  • July 2019
  • June 2019
  • April 2019
  • October 2018
  • August 2018
  • May 2018
  • April 2018
  • November 2017
  • August 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • June 2013
  • March 2013
  • February 2013
  • November 2012
  • October 2012
  • August 2012
  • July 2012
  • May 2012
  • April 2012
  • February 2012
  • October 2011
  • September 2011
  • August 2011
  • July 2011
Theme Cube Blog by Kantipur Themes