Jman012 / Toxicity

An iOS Tox client for the iPhone.
Apache License 2.0
58 stars 14 forks source link

Added interface for displayed last message, TXCFriendCell refactored #40

Closed vmihaylenko closed 10 years ago

vmihaylenko commented 10 years ago

I added basic interface for displaying of the last message in friend list. I refactored TXCFriend class. But I didn't implement part with some noting of the last message (for example orange pin, like in skype). Also i didn't test my solution on a group chat, because I have symmetric NAT and I can't connect with GroupBot. Also I don't know how to use the storyboard, and I added all the interface to a cell with coding. I thing that is not the best solution,and so implementation is up on you if you can offer something better.

Jman012 commented 10 years ago

I'll test this a little bit later, but why did you remove all the commitEditing stuff for the FriendsList? I don't see where you can delete friends now.

vmihaylenko commented 10 years ago

Unfortunately now I far from my computer. I could answer you on Monday. I don't remember what i have removed editing friends interfaces, but maybe I deleted this when I refactoring code. Unfortunately I can't tell exactly.

vmihaylenko commented 10 years ago

oh, I cloned project when it hadn't this interface

Jman012 commented 10 years ago

Manually merged in commit 7a0128a4f442ba8eed8c9cd5cf8bc84a46bc192c

I will close this now.