The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyCocoa Convenience Setters

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Laurent Sansonetti

Posts: 134
Nickname: lrz
Registered: Jun, 2006

Laurent Sansonetti is a software engineer at Apple Computer and a longtime Ruby enthusiast.
RubyCocoa Convenience Setters Posted: May 31, 2007 8:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Laurent Sansonetti.
Original Post: RubyCocoa Convenience Setters
Feed Title: lrz's diary
Feed URL: http://www.chopine.be/lrz/diary/xml/rss/feed.xml
Feed Description: lrz's diary
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Laurent Sansonetti
Latest Posts From lrz's diary

Advertisement

I committed some convenience mechanism last night:

  myTableView.dataSource = myTableView.delegate = self 

# This is the same as: myTableView.setDataSource(self) myTableView.setDelegate(self)

Basically this will translate all foo= Ruby messages into setFoo: Objective-C selectors.

On the other side, several important bugs have been fixed since 0.11.0 and we are going to release a new minor version soon, either at the end of the week, or next week.

Read: RubyCocoa Convenience Setters

Topic: Rails moves my Bottleneck in Web Development Previous Topic   Next Topic Topic: BUNNIES

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use