tag

home / developersection / tag

For People on the Verge of Perfect Mobile App Development
For People on the Verge of Perfect Mobile App Development

So, before you rush headlong into developing your own mobile app, here are a few critical points to consider, to be sure you’ll get the outcomes you desire.

How to Create a Killer Mobile App that Supports Your Brand
android 01-Nov-2018
How to Create a Killer Mobile App that Supports Your Brand

Having a killer mobile app as part of your marketing mix is no longer an option for small business owners. Sophisticated consumers are now using mobile devices and apps to discover, compare, rate and buy from all types of business .

Access iPhone/iPad contact list using Address Book and display contact list in UITableView in iOS
iphone 13-Jan-2017
Access iPhone/iPad contact list using Address Book and display contact list in UITableView in iOS

Step-1  Create a new project. Step- 2 Add AddressBook.framework to the project.Step-3 Import “AddressBook/AddressBook.h” in AppDelegate.h following

Sending email in iOS Objective-C
ios 11-Jan-2017
Sending email in iOS Objective-C

Follow the following step to send email in iOS Objective C- Step - 1Include theMessageUI.frameworkin your project . Select project go -settings -Ge

Create action sheet in iOS using UIAlertController in Objective-C
ios 11-Jan-2017
Create action sheet in iOS using UIAlertController in Objective-C

You can create action sheet in iOS 8 or later version using UIAlertController Following is the sample code for creating action sheet using UIAlertCont

How to use UIAlertController in Objective-C iOS
ios 11-Jan-2017
How to use UIAlertController in Objective-C iOS

UIAlertController introduced in iOS 8 .UIAlertController replaces the UIActionSheet and UIAlertView classes. UIAlertController can be used for displaying alerts ,confirmation alert ,act as action sheet and used for login purpose etc.

Fundamentals of CGGeometry in iOS
iphone 01-Feb-2016
Fundamentals of CGGeometry in iOS

iOS provides a CoreGraphics framework that came from iOS version 2.0. CoreGraphics provides CGGeometry for our iOS application developers that helps in positioning views or creating drawing by programmatically.

Selecting Image from the Gallery
iphone 30-Nov-2015
Selecting Image from the Gallery

In iOS application development if we want to fetch media files like Images or Videos then we will use media APIs like AVFoundation. AVFoundation is a

Setting UIImage on a UIButton
iphone 30-Nov-2015
Setting UIImage on a UIButton

Previously, we learn how to set events on the UIButtonHandling Button Clicks Events Now, we will see how to set an image on UIButton. UIButtons have a

Displaying Contents into UITableView Cell With Its Explanation
iphone 17-Nov-2015
Displaying Contents into UITableView Cell With Its Explanation

Whenever we use UITableView in our iOS app and want to display contents into table view cell, we need to follow some necessary steps in correct way. W

NSString Class of Foundation Framework
iphone 02-Nov-2015
NSString Class of Foundation Framework

In iOS, NSString is one of the most commonly used classes in Foundation Framework. Technically this means subclasses of NSString , since it is a class

Mechanisms for Handling Exception in Objective-C
iphone 26-Oct-2015
Mechanisms for Handling Exception in Objective-C

Whenever we create any program or application it may be chances to occurring errors or exceptions at runtime and our application stops working or hang