Muhammad Mustafa Saeed

Results 1 comments of Muhammad Mustafa Saeed

Optional values of non-Objective-C types aren't bridged into Objective-C. So for `currentSelectedRow ` change it from Int! to NSNumber and convert the object to its `intValue`. This should fix the...