slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

Add thumbnails of users (avatar) #370

Closed novinfard closed 8 years ago

novinfard commented 8 years ago

Hello,

Maybe this is not related to framework itself, but I want to know is there any way to add thumbnails of users (avatar)? There are many methods in example named thumbnail, but I could not find where to change it (just name of the file could help me too, just a hint) and add avatar of all users.

screen shot 2016-01-25 at 5 08 43 pm
dzenbot commented 8 years ago

The example project was using LoremIpsum's API to load random avatar images using asyncPlaceholderImageFromService:withSize:completion:. We removed it, since this isn't really a concern for SlackTextViewController, and was causing noticeable scroll lags since that framework didn't have a way of cancelling the request. We could perhaps add a bundle image instead...