Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Can you provide customization in below points #168

Closed
poonamdhomane opened this issue Oct 25, 2017 · 6 comments
Closed

Can you provide customization in below points #168

poonamdhomane opened this issue Oct 25, 2017 · 6 comments

Comments

@poonamdhomane
Copy link

poonamdhomane commented Oct 25, 2017

If you can provide highly customisation in this library. That will be really great .
If there is provision of customisation for

  1. input view ,
  2. message view ,
  3. timestamp view like header as in whatsapp (for today, yesterday ....) ,
  4. bubble view with background stretchable image for text Node.

if this feature available then no need to search for any other library :) 👍

@dodikk
Copy link

dodikk commented Oct 27, 2017

input view ,

There is a pending PR solving this #129.
You can try my fork until it's accepted https://github.com/dodikk/NMessenger/blob/latest-fixes/nMessenger/Source/Messenger/Components/InputBarView/NMessengerBarView.swift#L94


message view ,

It's already customizable.


timestamp view like header as in whatsapp (for today, yesterday ....) ,

Just assing ASTextNode to this property https://github.com/eBay/NMessenger/blob/master/nMessenger/Source/MessageNodes/MessageCell/MessageNode.swift#L39


bubble view with background stretchable image for text Node.

You can subclass and make one. Either in your codebase or in a PullRequest.
The library is just a foundation. It is not supposed to contain everything your particular project needs. Otherwise it would be a bloatware.

Please send a PR if you feel everybody needs that feature. The maintainers will consider it.
** Unfortunately, I'm not one of them yet.

@dodikk
Copy link

dodikk commented Oct 27, 2017

input view ,

And you can build your own customized subclass of InputBarView . You are not forced to use NMessengerBarView. It is just a default.

@dodikk
Copy link

dodikk commented Oct 27, 2017

timestamp view like header as in whatsapp (for today, yesterday ....) ,

There is also an "describe this in docs" issue for this #155

@dodikk
Copy link

dodikk commented Oct 27, 2017

bubble view with background stretchable image for text Node.

A related dedicated issue. #167

@poonamdhomane
Copy link
Author

@dodikk Thank you.
got the points

@dodikk
Copy link

dodikk commented Oct 31, 2017

@iOSUser110 , could you, please, close the issue if the answers were helpful enough and no changes to the codebase are required?
Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants