Skip to content

kanchanverma1705/iOS-Development

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Development

iOS Demo Applications #Introduction I've created Demo app on the following below topic in iOS(Objective c):- 1:-CoredataDemoApp 2:-GestureDemoApp 3:-ImageFunctionApp

1:CoredataDemoApp:-In this app i have implemented the functionality of Insert,Update,Delete and Showing the data with the haelp of the coredata.
coredata:When we talk about persistent data, people probably think of database. If you are familiar with Oracle or MySQL, you know that relational database stores data in the form of table, row and column, and it usually facilitates access through what-so-called SQL query. However, don’t mix up Core Data with database. Though SQLite database is the default persistent store for Core Data on iPhone, Core Data is not a relational database. It is actually a framework that lets developers store (or retrieve) data in database in an object-oriented way. With Core Data, you can easily map the objects in your apps to the table records in the database without even knowing any SQL.

2:-GestureDemoApp:-In this app i have implemented the functionality of Gesture properties such as(Zoom in,Zoom out, pinch ,pan) on a image.

3:-ImageFunctionApp:-In this app i have show how to open device camera and gallary and on selecting image i have told how to rotate image and set to mirror effect on that image.

About

iOS Demo Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%