Closed wchenAtfieldwire closed 2 months ago
The deprecated methods of NSKeyedUnarchiver such as +[NSKeyedUnarchiver unarchiveObjectWithData:] are still being used by FLEX in methods such as - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath.
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
Environment
Bug Report
The deprecated methods of NSKeyedUnarchiver such as +[NSKeyedUnarchiver unarchiveObjectWithData:] are still being used by FLEX in methods such as
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
.