iOS Swift ReloadData on UITableView does not refresh UICollectionView inside of UITableViewCell
Please try to call reloadData
of UICollectionView
on every update in array.
If you are using only one cell in UITableView
then you can reload in cellForRowAtIndexPath
method of UITableView
else you can can call after calling of reloadData
of UITableView
.