UIImageView-Letters icon indicating copy to clipboard operation
UIImageView-Letters copied to clipboard

UIImageView category for using initials as a placeholder image, written in Objective-C. For a Swift implementation, see https://github.com/bachonk/InitialsImageView

Results 6 UIImageView-Letters issues
Sort by recently updated
recently updated
newest added

http://prntscr.com/nos67j

i'm getting this error on iOS 9 Swift : CGContextFillRects: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

I am trying to use your library to set the image of a UITableViewCell (basic style). I am using the following method to do so: `cell.imageView?.setImageWithString(user.displayName, color: UIColor(hex: MVColor.Primary.Normal))` Unfortunately...

In some light colors like yellow - white label looks bad. What about inverting color to black in such matters?

If I set Image after setting the text in my ciruclar imageView. It doesn't make the image circular! Attached are the screenshots (I have drawn the white path around myself):...