okuda-seminar / Twitter-Clone

0 stars 0 forks source link

[iOS] Create Search Output Data Source to Count and Display Searched Posts in Search #363

Open TakayaShirai opened 4 months ago

TakayaShirai commented 4 months ago

Summary

For now, searchedResultsCount is used in SearchOutputViewController.swift to switch the search result pages but it isn't appropriate in the real situation. So, it needs to create a search output data source and make it possible to count the number of searched posts and display them.

Deadline

Will decide later.

References

You can refer to the SearchInputDataSource.swift and SearchInputViewController.swift.

Notes

None