83. classâ©Fugaâ©<â©OSX::UIView defâ©initialize @tvâ©=â©OSX::UITableView.alloc.initWithFrame(OSX::UIScreen. mainScreen.bounds) @tv.setValue_forKey(self,â©"delegate") @tv.setValue_forKey(self,â©"dataSource") self.addSubview(@tv) end defâ©tableView_numberOfRowsInSection(tableView,â©section) returnâ©10 end defâ©tableView_cellForRowAtIndexPath(tableView,â©indexPath) cellIdentifierâ©=â©"Cell" cellâ©=â©tableView.dequeue
{{#tags}}- {{label}}
{{/tags}}