Tuesday, 30 June 2015

How to show an alert view in Swift Programming Language?

To show an alert in Swift programming language, you need to first import the UIKit framework then use UIAlertController object. A UIAlertController object displays an alert message to the user. To Read complete information about alert view in Swift Programming Language visit FindNerd.
As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including android, php, java, c programming questions and answers etc. 

Friday, 26 June 2015

How to implement underline textfield in Xcode

Hi, The tutorial will help you to set underline textfield in Xcode.
  1. #import <UIKit/UIKit.h>
  2. @interface UnderlinedTextField : UITextField
  3. @end
To Read complete information about “implement underline textfield in Xcode ” visit FindNerd. As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including android, php, java, c programming questions and answers  etc.

Thursday, 25 June 2015

Send Push Notification to iPhone device from Java Server Side

This blog will help you to send Push Notifications to iPhone devices from server side where server side code is written in Java.
Follow the below code in order to send Push Notification:
Define the below dependency in you pom.xml, if you are using maven:
com.github.fernandospr
javapns-jdk16
2.2.1
To Read complete information about “Send Push Notification to iPhone devices” visit FindNerd . Apart from this ,you can also ask questions & look for various programming queries along with their solutions including android,php, c, java programming questions and answers etc.as it is an effective technology forum also.

Wednesday, 24 June 2015

External Dependencies in Maven Project

Dear programmers,
There may many chances when you try to add external dependencies in your Maven project. Let’s learn this how we can add our own jars or external jars in a project with an example.
There are many Maven plugins available, And one of them is install-file, witch could be use to fix the problem. It creates and adds external jar to a local repository and make available to use in Maven project.
To Read complete information about “External Dependencies in Maven Project” visit FindNerd . As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including android, c,java,php programming questions and answers etc.

Tuesday, 23 June 2015

How to use UISearchBar with TableView in iOS

If we have a huge list of items and want to search a item from the list then we use the UISearchBar with TableView and the item will be displayed in the table which have the matching value with the search text .
Here are the steps:
Step1: Add UITableView to the main.storyboard.
Step2: set the delegate and dataSource for the tableView
Step3: Create the outlet for tableView with following Syntax __weak IBOutlet UITableView *myTableView;
To Read complete information about “UISearchBar with TableView in iOS” visit FindNerd . Apart from this ,you can also ask questions & look for various programming queries along with their solutions including android, c,java,php programming questions and answers etc.as it is an effective technology forum also.

Monday, 22 June 2015

Spring JAXB Integration

JAXB stands for Java Architechture for XML Binding. JAXB is a popular api for the Java object mapping with the xml. With JAXB we can map a Java object to it’s corresponding XML document. It is also called an OXM (Object XML Mapping) or O/M framework provided by Sun.
To Read complete information about “Spring JAXB Integration” visit FindNerd. Apart from this, you can also ask questions & look for various programming queries along with their solutions including Android, Java, Php, c programming questions and answers etc. as it is an effective technology forum also.

UIImage Cropping in Objc

Sometimes we click picture from ios camera but it does not return us the same image as appears inside the camera frame. Use below function to get an image of exact size which was visible through camera.
Follow these Steps:-
Step 1. First of all set the captured image to an UIImageView.
Step 2. Pass that camera uiview to below function so that we can get visible frame of opened camera view.
Step 3. Also pass the UIImage (captured photo) as a param to below function.
To Read complete information about “UIImage Cropping in Objc” visit FindNerd. As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including Android, C, Java, php programming questions and answers etc.