Xcode 9 uiimage image not shown
Xcode 9 uiimage image not shown Working on some ios apps created with Xcode 8 and your images don’t show after upgrading to Xcode 9? Took me awhile…
Swift Capitalize words, How to
Swift Capitalize, How to Swift Capitalize is done with a string instance property. Check the example below to see how to use it. There is also a link…
Xcode – didMove never get called
didMove never get called in Xcode? didMove never get called when creating a new project with Xcode using the Game template. I selected Swift and SpriteKit. I…
Swift Change UIButton text
Swift Change UIButton text How to in Swift change UIButton text?A common mistake, also done by myself some time ago, is to try to change it through…
Swift play mp3 from your app
Swift play mp3 from your app Swift play mp3 from your app with this small example. To make swift play mp3 files we need to start with…
Swift send email from your iOS 9 app
Swift send email from your iOS app Swift send email from your iOS app. How do we do that… It was easier than I first thought. At…
change font size in Xcode dynamically
Change font size in Xcode dynamically A short description on how to change font size dynamically. Without having to enter Xcode settings and change font size there….