How does Wax call lua functions such as function tableView_numberOfRowsInSection?

69 views
Skip to first unread message

Chuanli Gan

unread,
Sep 22, 2012, 1:27:27 PM9/22/12
to ipho...@googlegroups.com

function tableView_numberOfRowsInSection(self, tableView, section)

  return #table.keys(self.state)

end

How does Wax call this function by the name "tableView_numberOfRowsInSection"?Is it called by "tableView.numberOfRowsInSection"?But I can't find the calling code.

Thanks!

Reply all
Reply to author
Forward
0 new messages