5 ms·
So I'm making iOS apps sometimes, but have not implemented a chat feature. Why would I want to use this rather than a UITableView where I append the newest mes
by fdsary 12y ago
So I'm making iOS apps sometimes, but have not implemented a chat feature.
Why would I want to use this rather than a UITableView where I append the newest message in the end of the UITableView every time (you'd have to increase it's length +1 for each new message, but hey that may be ok)?
- vertex-four 12y agoThis implements the input box, not the rest of it. Apparently, an automatically (vertically) expanding input box does not exist for iOS in the standard libraries for it.