ios - implement own smileys icons for sending and receiving (i have my own designed images ) for iPhone chat application -


how implement own smileys icons sending , receiving (i have own designed images ) in iphone chat application ,i need process follow that?

step step implementation of smileys icons sending in app.

  1. put smileys icons in project resources specific unique name.
  2. now pen & paper decide unique code every smileys icon. careful code should such not used in chatting generally.
  3. when user select icon in chat before sending message side scan & replace via code(via identifing it's unique name).
  4. and @ receiver side before showing message user repalce code image.
  5. so there no need send images on communication , increase load on message size.
  6. from user prespective , user feel icons sends on communication local resoures.

hope helps you. thing want ask, free ask in comments.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -