Method: NSCoder#point
- Defined in:
- lib/sugarcube-nscoder/nscoder.rb
#point(key) ⇒ Object
27 28 29 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 27 def point(key) return CGPointFromString(self.decodeObjectForKey(key)) end |
27 28 29 |
# File 'lib/sugarcube-nscoder/nscoder.rb', line 27 def point(key) return CGPointFromString(self.decodeObjectForKey(key)) end |