DIImageView

A Snapchat-inspired caption integrated within a regular UIImageView


Keywords
caption, caption-integrated, snapchat, textfield
License
MIT
Install
pod try DIImageView

Documentation

DIImageView

A Snapchat-like caption integrated within a regular UIImageView.

image image

Installation

Simply add DIImageView.h/m into your project.

Usage

// 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.

Requirements

  • iOS 7.0+ and XCode 5.1+

Author

Daniel Inoa, www.danielinoa.com

License

DIImageView is available under the MIT license. See the LICENSE file for more info.