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.
- put smileys icons in project resources specific unique name.
- now pen & paper decide unique code every smileys icon. careful code should such not used in chatting generally.
- when user select icon in chat before sending message side scan & replace via code(via
identifing it's unique name
). - and @ receiver side before showing message user repalce code image.
- so there no need send
images
on communication , increase load on message size. - from user prespective , user feel icons sends on communication local resoures.
hope helps you. thing want ask, free ask in comments.
Comments
Post a Comment