Skip to content

Instantly share code, notes, and snippets.

View tatimagdalena's full-sized avatar

Tatiana Magdalena tatimagdalena

View GitHub Profile
@jaisonv
jaisonv / TableViewController.m
Created June 15, 2016 06:52
Remove empty cells that appear before loading
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
@staltz
staltz / introrx.md
Last active October 26, 2025 03:06
The introduction to Reactive Programming you've been missing