iPhone Weather App #fail
A few instances of recent fails of the weather app on the iPhone.
Isn't it as simple as:
if(_low > _current)
{
_low = _current;
}
A few instances of recent fails of the weather app on the iPhone.
Isn't it as simple as:
if(_low > _current)
{
_low = _current;
}