okuda-seminar / Twitter-Clone

0 stars 0 forks source link

[iOS] Create TagCandidateUsersList with Dummy Data in NewPostTagEditView.swift #455

Closed TakayaShirai closed 1 month ago

TakayaShirai commented 1 month ago

Issue Number

https://github.com/okuda-seminar/Twitter-Clone/issues/441

Implementation Summary

This PR introduces a list view displaying candidate users for a tag with dummy data. Users can access this view by entering text into the text field located in NewPostTagEditView.

Scope of Impact

The candidate users' list view will become visible when users input text into the text field. For further details, please refer to the attached reference.

Particular points to check

Please review if the usage of DispatchQueue in the implementation is appropriate.

Reference

https://github.com/user-attachments/assets/2daf3fef-823a-4eb1-8cc3-710d58b679a9

Schedule

Until 10/19.

TakayaShirai commented 1 month ago

I also modified didTapTagEditDoneButtonCompletion to fix an unintended behaviour. Previously, when the user pressed the Done button on the NewPostTagEditView while still typing in the text field and then navigated back to the screen, the tagCandidateUsers list would display even if no text had been entered.

Sorry for the inconvenience.