Skip to content
Yet Another Programmer's Blog

Yet Another Programmer's Blog

PHP, Magento, iOS and more

  • Home
  • Contact
  • Privacy Policy
iOS

WatchConnectivity: Payload could not be delivered

Posted on: September 16, 2016November 4, 2016

So you are trying to send instant message to parent iPhone app and still receiving “Payload could not be delivered”? This happens only if one of those two […]

iOS

Swift: How to consume SOAP using Alamofire?

Posted on: August 9, 2016

Well, SOAP is kinda old. But if for some reason you need to use it, here is how. 1. Create empty “Single View” project, you can call it […]

iOS

Swift 2.2: What is the difference between .map and .flatMap?

Posted on: July 28, 2016July 28, 2016

When you dive into .map and .flatMap ocean, you may be confused what is the difference. Consider such example: let arr = [1,2,3,4,5,6] print(arr.map{ return String($0 * 2)+”x” }) […]

iOS

Testing with Swift 2.x

Posted on: July 27, 2016July 28, 2016

Testing is good practice, but sometimes you may get into trap. Opposite to Objective-C, in Swift 2.x you don’t need to add each file to your test target, […]

iOS

Swift: What “Invalid predicate: nil RHS” means and how to handle?

Posted on: July 26, 2016

Sooner or later you will face with “Invalid predicate: nil RHS”. What does it mean? Fortunately solution is very simple, somewhere in your code, you are using NSPredicate […]

iOS

Swift: How to move whole screen up when keyboard shows?

Posted on: June 2, 2016June 2, 2016

I pretty sure all of you know how to do it in Objective C, but in Swift 2.x this is even simpler. First you need to subscribe to  […]

iOS

UINavigationItem back button in UIViewController hell

Posted on: March 18, 2016

Sooner or later you will face with changing back button title in navigation bar. This may seem simple. But after few hours trying to change this damn text, […]

iOS

How to proper use UIImage with tint color?

Posted on: March 15, 2016March 15, 2016

This can seem trivial, but I saw lot of people complaining about not working tint color when using UIImage. Here is the proper way: UIImageView *imageView = [[UIImageView […]

iOS

Sharing data between UIViewControllers

Posted on: December 10, 2015

If you are new to iOS programming this may take you a while to found out. But I’m here to help so will give you ready to use […]

Posts pagination

Previous page Page 1 … Page 3 Page 4 Page 5 … Page 9 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
 

Loading Comments...