
Search In
Get the complete list of phonebook contacts inside the app.
We need to add two frameworks before proceed. Goo to Build Phase and Add these two:-
#import < AddressBook/AddressBook.h>
#import < AddressBookUI/AddressBookUI.h>
First step
AFNetworking is currently the most popular 3rd party networking library for iOS and OSX. The latest version of AFNetworking (2.0) is built on top of NSURLSession which is the new preferred method of networking introduced in iOS 7 (in place of older N
Hello Readers
To integrate PayPal in an ios application for future payment , the following steps need to be followed:
Step 1: Download the PayPal ios sdk from the link given below:
[https://github.com/paypal/PayPal-iOS-SDK][1]
Step 2 : Import the
Waterfall Model:-
Waterfall model is the oldest model in the software development models.This model was the very first initiated between all the development models. This model is also applied as a consequent life cycle model. Waterfall model is very
Accordian are used when we have to show/hide large amount of content, so it is expandable and collapsible. we can also add symbol to indicate whether collapsible content is open or closed
<!DOCTYPE html>
<html>
<head>
<style>
CNContactPickerViewController is used to show contacts in TableView. It allows the user to select one or more contacts (or their properties) from the list of contacts displayed in the contact view controller (CNContactViewController).
Suppos
Hello all ! Sometimes it happens that the content is more according to the size of UILabel then the three dots appears at the end of the UILabel. So we want to show the complete text of the UILabel. We can implement it by adding a UIButton, on clicki
Project failures, every company’s nightmare, well an interesting topic and sought to be discussed. Project Managers indulge in plethora of activities for successful project completion, but sometimes the opposite happens resulting in project man
As we all know authentication plays an important role in every site. Here In this blog I am explaining how we will authenticate our site in node.js as a backend and mongoDb as a database. To authenticate I am using passport.js which will help to logi
In this tutorial, we will know that how to convert a text into speech. Android has a predefined convert engine called TextToSpeech which converts text words in speech.
You can use this feature in many application such as a dictionary application whe
