whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

Manual log distance keypad not working after Xcode/Swift upgrade #21

Closed whyceewhite closed 9 years ago

whyceewhite commented 9 years ago

After upgrading to Xcode 7 / Swift 2.0, the number keypad that appears for the distance keypad is not capturing the numbers. Therefore, no distance value can be inserted.

whyceewhite commented 9 years ago

The UITextField's text property is now an Optional. This was causing the conversion to a number to always result in a nil value and, thus, not showing the numbers in the text field.

whyceewhite commented 9 years ago

Commit 65ca01e68ade2b23e483bedc794e5c98b8aa9356