
Search In
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
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
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.
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
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
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
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
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
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 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
