Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Some keyboard shortcuts in Xcode

Xcode provides many keyboard shortcuts that can save our lot of time. Here is a list of few shortcuts that you might want to try out: cmd+shift+o Open quickly ctrl+cmd+left arrow Go Back ctrl+cmd+right arrow Go Forward ctrl+cmd+up Jump to Next Count

How to find current location of device (using CoreLocation framework)

There are two ways to find current location (lat,long) of device : Using CoreLocation framework OR using Mapkit framework. Here's how to get the location using CoreLocation framework : 1. Import CoreLocation/CoreLocation.h in h file of view control

User's location update on server when app is in background.

Code for those Apps where we need to update user's current location in regular interval of time even if app is in background state. In Appdelegate.h write this code:- @property (nonatomic,strong) UIBackgroundTaskIdentifier *bgTask; In AppDelegate.

UI/UX phsycology

Design is like a food, the taste varies from person to person. Like for some it may be delicious & some would see it with aversion. The part of the food experience applies what we know about people and how we apply that to the UX design. A design

SVG Shapes

Hello Readers, Today's topic is how to create a SVG?- Every shapes in SVG are based on coordinates (x and y axis). So if you want to edit ,create and script, you have to know about coordinates. SVG has pre define shape like, 1) Circle 2) R

Web Worker

Introduction A web worker in html5 is a simple JavaScript file. Html5 have an extended functionality to create thread that continues to work on there own in the background without making any compromise in the performance speed of the of the page

XML Configuration based spring framework example

Hello guys Bellow example will help you to develop XML configuration based spring framework project,here I have develop example to display "Hello Bhagwan" message using beans. Please create project and follow bellow setps: Step :1 Add bellow jar

How to initialize method using Spring-beans

Hello Guy's Bellow code will help you to initialize method using Spring-beans.Here, I am using init and destroy method as attribute in bean configuration for bean to perform assigned actions upon initialization and destruction. Follow the bellow st

How to initialize method using Spring-beans

Hello Guy's Bellow code will help you to initialize method using Spring-beans.Here, I am using init and destroy method as attribute in bean configuration for bean to perform assigned actions upon initialization and destruction. Follow the bellow st

NSDictionary

NSDictionary class represents an unordered collection of objects associate each value with a key. Create NSDictionary NSDictionary *cars = @{ @"Mercedes" : @"Benz SLK250"], @"BMW M3 Coupe" : @"M3 Coupe", @"Honda" : @"Civic", }; NSLo

1 523 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: