Lighter View Controllers May 20, 2017 View controllers are often the biggest files in iOS projects, and they often contain way more code than necessary. Almost…
iOS Developer Interview 20 Questions May 20, 2017 Question 1 On a UITableViewCell constructor: - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier What is the reuseIdentifier used for? The reuseIdentifier is used…