You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On IOS UITableview and UICollectionView both seem to have a reuseIdentifier registry specific to the instance.
I would think that ISSViewHierarchParser should not call [[InterfaCSS interfaCSS] registerPrototype:currentPrototype]; but instead call UITableView/UICollectionView registerClass:reuseIdentifier:
I think there are still issues related to issue #7 which may require something more dynamic.
The text was updated successfully, but these errors were encountered:
I see that this has been changed somewhat - although I still find it surprising that Cell prototypes are not namespaced to their containing view. This would mirror the behavior of [UITableView/UICollectionView registerClass:reuseIdentifier:] little better.
Well, I guess the reason for this was that the concept of prototypes is not limited to just tableview/collectionview cells. But I can understand that it sometimes can make life easier if the prototype was scoped/namespaced under a containing view. Adding this in the next commit.
On IOS UITableview and UICollectionView both seem to have a reuseIdentifier registry specific to the instance.
I would think that ISSViewHierarchParser should not call [[InterfaCSS interfaCSS] registerPrototype:currentPrototype]; but instead call UITableView/UICollectionView registerClass:reuseIdentifier:
I think there are still issues related to issue #7 which may require something more dynamic.
The text was updated successfully, but these errors were encountered: