A Snapchat-like caption integrated within a regular UIImageView.
Simply add DIImageView.h/m into your project.
// Example
DIImageView *imageView = [[DIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 320)];
[imageView setImage: [UIImage imageNamed:@"alley.jpg"]];
[self.view addSubview:imageView];
// After initialization tap imageView to dynamically create caption.
- iOS 7.0+ and XCode 5.1+
Daniel Inoa, www.danielinoa.com
DIImageView is available under the MIT license. See the LICENSE file for more info.