Sha256: a976cb483a3a2861a127666c994ad78c5f596c0d102c96ede6945d91c8b32dc8
Contents?: true
Size: 247 Bytes
Versions: 67
Compression:
Stored size: 247 Bytes
Contents
class NSAttributedString # @return [UILabel] def uilabel UILabel.alloc.initWithFrame([[0, 0], [0, 0]]).tap do |label| label.attributedText = self label.backgroundColor = :clear.uicolor label.sizeToFit end end end
Version data entries
67 entries across 67 versions & 1 rubygems