Method: NSString#uiimageview

Defined in:
lib/sugarcube-uikit/nsstring.rb

#uiimageviewUIImageView

Returns:

  • (UIImageView)


30
31
32
# File 'lib/sugarcube-uikit/nsstring.rb', line 30

def uiimageview
  self.uiimage.uiimageview
end