On iOS 9 I used to do this
[button setTitle:@"" forState:UIControlStateNormal];
Problem: now I'm building with the iOS 10 SDK and instead it is showing three dots next to each other. It works fine on UILabel.
Also tried this answer, but didn't work.
Any idea how you'd do emoji in iOS 10? Swift answers would be great too.

