iOS Question CustomListView -> xCustomListView

nwhitfield

Active Member
Licensed User
Longtime User
One of my projects is presently using the older CustomListView class for various bits and pieces.

I now want to add some other modules, which rely on XUI, not presently used in the project. I can see that when I add the XUI library, all the instances where I add things to the CLV are flagged up, because the height parameter is no longer needed. That's straightforward enough to fix.

But are there any other gotchas to beware of when moving from the old CLV to xCustomListView ?
 

jahswant

Well-Known Member
Licensed User
Longtime User
But are there any other gotchas to beware of when moving from the old CLV to xCustomListView ?
You cannot use XUIViews with old CustomLivstView you will have to either upgrade to xCustomListView or stick with the old version. But @Erel announced today that the old version is deprecated.
 
Upvote 0

nwhitfield

Active Member
Licensed User
Longtime User
Yes, I realise that; I'm just wondering if there are any specific things I should watch out for, other than the not passing the height when adding something to the xCLV
 
Upvote 0
Top