Skip to content

Instantly share code, notes, and snippets.

View whakkee's full-sized avatar
🐛
Herding bugs

Marga Keuvelaar whakkee

🐛
Herding bugs
  • Sketch, Obvious Matter
  • 23:55 (UTC +02:00)
View GitHub Profile
@smariapena
smariapena / qa_beginner_reading_list.md
Last active November 2, 2021 08:36
Small Book List: Required Reading For The Absolute Test Beginner
// Instead of
[something downloadImage:^(UIImage *image){
cell.imageView.image = image;
}];
// Something like
[something downloadImage:^(UIImage *image){
UITableViewCell *cellForImage = [tableView cellForRowAtIndexPath:indexPath];