I was looking through some You Doodle code today and noticed I did something a little odd. Here is the method in question: + (ImageEditorViewController*) showImageEditorWithImage:(UIImage*)image resize:(BOOL)resize isBlank:(BOOL)isBlank aspectRatio:(CGFloat)aspectRatio fillColor:(UIColor*)fillColor editedBlock:(ImageEditedBlock)editedBlock; This method allows showing a popup view controller in …

All Code is an API – One Insight on How to Design Good Interfaces in Programming Read more »