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
Hello,thanks a lot for your sample code and tutorial ,and I have questions to ask you .In the first paragraph of your tutorial ,you say "We want a clear separation of concerns so that the UITableViewCell isn’t acting as the data source or delegate for the UICollectionView (because that would be very, very bad)."
About clear separation,why not let the UITableViewCell act as the data source or delegate for the UICollectionView,I would like to make the UITableViewCell act as the data source or delegate for the UICollectionView usually if I haven't read your tutorial.There are my questions :
1.What are the shortcomings?
2. When to make the UITableViewCell act as the data source or delegate for the UICollectionView? When not do that?Could you talk about your ideas?
thanks a lot .
The text was updated successfully, but these errors were encountered:
Hi,
Thank you so much for your detailed ideas yourself.
I think I learned a better way of thinking than technology, and I will regard issues from the point of dialectics .Thank you very much for sharing !
Hello,thanks a lot for your sample code and tutorial ,and I have questions to ask you .In the first paragraph of your tutorial ,you say "We want a clear separation of concerns so that the UITableViewCell isn’t acting as the data source or delegate for the UICollectionView (because that would be very, very bad)."
About clear separation,why not let the UITableViewCell act as the data source or delegate for the UICollectionView,I would like to make the UITableViewCell act as the data source or delegate for the UICollectionView usually if I haven't read your tutorial.There are my questions :
1.What are the shortcomings?
2. When to make the UITableViewCell act as the data source or delegate for the UICollectionView? When not do that?Could you talk about your ideas?
thanks a lot .
The text was updated successfully, but these errors were encountered: