How to create add new contacts in iOS like whatsapp [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to show an add new contact screen exactly the same as Whatsapp. I tried the default ios contact view controller CNContactViewController. But it is not the same as Whatsapp. Please give me a solution for this.

You could use the Contacts Framework to create the new contact in code, thus allowing you to build your own ViewController from scratch:
https://developer.apple.com/documentation/contacts

Related

How can I make a chat app with nativeScript? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I need to implement a chat into my app and im not sure on what to use and how. I don't know what is required for creating a chat, do I need to use some special stuff or is it enough with posting the messages to a database and then the other user retrieve that message?
You can use Firebase MBaaS with NativeScript, to make a chat app.
Or you can also take another approach and use QuickBlox, Parley, Applozic, Connectycube, etc.

How do you create a unified inbox in IOS swift? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want multiple email accounts like gmail, yahoo, outlook and custom domain mail to be shown under one hood, i.e. a custom inbox/sent/trash of my creation? can anyone provide me any idea on what to look for or how to achieve this in iOS?
You can use an open source library 'MailCore' which serves the purpose of sending/receiving emails programmatically.

How to create a simple chat App in iOS 9? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
last some days am searching for a chatApp. So anyone kindly help me to create simple chat app.I need to chat one to one and one to many , please refer some working samples or tutorials.
Google is your friend.
Something like this ?
https://www.sinch.com/tutorials/minichat-ios-messaging-app/
https://github.com/relatedcode/RealtimeChat

How to create a button counter in mvc? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have searched all over the internet and can't seem to find the answer. Can you please help me create a like button counter (like facebook) in MVC.
You should create some kind of badge, via css, and make AJAX call everytime someone press the button, on the success result of that call, you receive the actual number, and replace into the badge

How to include video chat in ios app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm just creating an app and I wanna include a video chat on it. I haven't seen before an app that uses video chats and I don't know if it's possible. Thanks.
You may be able to use skype. Hopefully this link will help.

Resources