I used to be making an attempt to recreate an current person interface view in SwiftUI however acquired stumped for some time by some erratic habits. I’ve constructed a pleasant pattern app which can be on GitHub. This has been filed as FB9715757.
Description
In case you have a Listing with movable rows that has a Textfield in its rows there is a matter when you attempt to transfer a row whereas it’s first responder.
Steps to Reproduce
Please run the supplied pattern app on iOS 15 simulator.
- Faucet on the merchandise titled ‘One’ beneath and modify the string.
- Use the merchandise’s reorder deal with to maneuver it into second place.
- Drag it again up into first place.
Anticipated Habits
You could transfer the row again into first place.
Precise Habits
The system gained’t allow you to drop the row in first place. Generally the row disappears solely leaving a niche between the “Two” and “Three” gadgets (see screenshot)

A functioning workaround is that if the primary responder is resigned earlier than the transfer itself.
Additionally revealed on Medium.
Associated
Classes: Bug Studies