Submitted by Richard on Mon, 02/25/2013 - 10:44
Many CoronaSDK users include the Widget table view in their apps. On Friday, I made a simple post on how to move your code from Widget 1 to the new Widget 2.0. After reviewing the documentation on Widget 2.0 TableView, I decided I would discuss migrating your newTableView() from version one to version two.
Properties Removed
The new widget.newTableView() removed some paramaters you may be using.
-
renderThresh
-
tableView.content
-
tableView.isLocked
Properties Changed
Widget 2.0 has changed only one property.
Submitted by Richard on Sat, 02/23/2013 - 00:43
If you haven't heard, Daily build 1034 (CoronaSDK 2013.1034) of CoronaSDK includes Widget library version 2. There are a few changes in this libaray that you will need to get familiar with. If you would like to continue using V1 you can use an older daily build or download Corona Widget V1 from github.
If you recently updated to build 1034, you may notice your buttons are not working. Therefore, I would like to introduce you to some of the changes to the Widget Button in Version 2.
Submitted by Richard on Mon, 01/28/2013 - 15:15
Pages