I am just starting to get to know Swift but I am having a serious problem with number formatting at an extremely basic level.
For example, I need to display an integer w
You can still use good ole NSLog("%.2f",myFloatOrDouble) too :D