ahmetws / swifttube

iOS conference videos in one place
169 stars 17 forks source link

Add default image if user doesn't have an image #16

Closed ahmetws closed 5 years ago

ahmetws commented 5 years ago

Some users don't have images. Add default image if it doesn't have an image in the home page and speakers page, search and conference detail.

Use https://pbs.twimg.com/profile_images/1080082434337722368/tVp-GkU6_400x400.jpg as default image

Check out Emre Kizildas as an example http://www.swifttube.co/speaker/emre

emrekizildas commented 5 years ago

In your https://github.com/ahmetws/swifttube/blob/master/Resources/Views/speaker.leaf file, on avatar class maybe follow code fix that problem: https://gist.github.com/emrekizildas/c29d95d7cbf98fe30ffa3e6a7672b085

ahmetws commented 5 years ago

Thanks @emrekizildas 👍