GithubHelp home page GithubHelp logo

Comments (1)

sibahota059 avatar sibahota059 commented on June 10, 2024

Let me Explain how you will use the control:

The Control is just for UI purpose , i never written any code to send or receive message from server because i m not sure whether user will use any third party SDK or XMPP or normal REST API.

So, you make the Server part & UI part separately.

Your question :
Both are send by me but it looks in same window, when i click on one time send button it looks in sender message and second time looks in receiver message. and receiver will not receive message.

Ans: Yes, i have did that for Demo purpose , based on the response you will get from server you have to make the changes in code.

How to use:

  1. Declare an NsmutableArray & initialize it on Viewdidload.
  2. When you send an Message , image , create a Bubbledata & add it to the array & then reload the Tableview.
 [self adddMediaBubbledata:kTextByme mediaPath:@"Hi, check this new control!" 
mtime:@"8:30 AM" thumb:@"NA"  downloadstatus:@"" sendingStatus:kSent  msg_ID:@"AB4353GH"];

Use Below types for send and receive:

 kTextByme: if you sending a text
 kImageByme : if you are sending an Image
 kTextByOther : if you receiving an Text
 kImageByOther : if you are receiving an Image

Now update the send Status

kSent      : you successfully sent an message
kFailed    : message sendig failed
kSending : your message is sending to server

So , based on the above information , make the changes and let me know if you require any other help.

from sphchatbubble.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.