The new version of TapLynx has been released, and it includes a number of bug fixes and new features (mostly based on requests that we received from our TapLynx developer community). We're still looking towards much more stuff on the horizon, mostly from the input we receive in the Google Group and on the Roadmap.
Download the SDK here (it's free to evaluate): http://www.taplynx.com/download/
Here are the official release notes:
- Fixed a crashing bug that could happen with feeds with bad XML.
- Fixed a crashing bug getting a password from the keychain. (Which won’t affect you yet — but in the future it will be important for some apps).
- Added a new feature for programmers: a custom delegate class. It will get called at various times and have the ability to affect different parts of the app. Specify the class name in your NGConfig.plist file as TapLynx_DelegateClass (Only one instance of that class will be created). Right now the only message it gets is applicationDidFinishLaunching:(UIApplication *)application (Whenever possible, it will get the same messages that the application delegate class gets. But it will get other messages too).
- Added support for folders. We haven’t documented this yet, but we will. Quick how-to: inside a Feeds array, create a Dictionary item that has a Title instead of an xmlUrl. That title will be the name of the folder. Then create a Feeds array inside that item. Those are the feeds that will appear in the folder.
-In NGConfig.plist, specify the color of the folder title text as NewsItemList_FolderTextColor.
Comments