rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

Added item's fields: creator, category, encoded. Fixed "initializes" … #461

Closed adam-pl closed 9 years ago

adam-pl commented 9 years ago

…state to be working.

  1. Added new 3 item's fields for knowledge of creator, category and encoded part (sometimes description is empty)
  2. Moved self.state = :initializes from initialize method to parse method to make it working of when_parser_initializes delegated method. Taking it in initialize method doesn't make sense because of the delegate will be assigned later, after object is created.
markrickert commented 9 years ago

Thanks!