You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The migration to Swift 3 added several (unnecessary) casts such as (indexPath as NSIndexPath), calendar as NSCalendar, (textField.text ?? "") as NSString. In my opinion these casts should be avoided.
The migration to Swift 3 added several (unnecessary) casts such as
(indexPath as NSIndexPath),calendar as NSCalendar,(textField.text ?? "") as NSString. In my opinion these casts should be avoided.