swift-playground icon indicating copy to clipboard operation
swift-playground copied to clipboard

A dumping ground of Swift-releated notes

Results 1 swift-playground issues
Sort by recently updated
recently updated
newest added

Thought it would be valuable to give a comparison of common patterns in Cocoa (Touch). _Objective-C_ ``` - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [self.navigationController pushViewController:({ UIViewController *viewController = UIViewController.new; viewController.view.backgroundColor...