home / developersection / tag
Cocoa’s 'exception handling system' handles the exceptions whenever we create any product or app, it may be it produces errors that we call exceptions
In this blog we will learn about Xcode project that we use to configure our app and also we see the required resources that are necessary for our app.
Here we are going to know about the 'Web Services' in iOS, so as we know more and more mobile applications are dependent on the cloud in order to function properly (e.g. Twitter, Facebook, news apps etc.)
Previously: we learn about SQLite and standard SQLite commands : iOS : SQLite engine SQLite Database Engine is a software library that provides a Rel
The UICollectionView operates in a similar way to UITableView. While UITableView manages a collection of data items and displays them on screen in a s
A Navigation Controller is a special kind of view controller that manages a stack of view controllers and their corresponding views. It's an ideal way to display hierarchical data.
The Core Data API allows developers to create and use a relational database, perform record validation, and perform queries using SQL-less conditions.
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. It is the one dat
Notifications give people information and functionality that’s important right now. People can get notifications in various contexts, such as on the lock screen, while they’re using apps, and when they visit Notification Center....
Previously we learn about IBOutlet elementiOS : IBOutlet of UI element As early as 2004 (and perhaps earlier), IBAction was no longer necessary for a
An IBOutlet connection is usually established between a view or control and its managing view controller (this is often done in addition to any IBActi
View class defines a rectangular area on the screen and the interfaces for managing the content in that area. At runtime, a view object handles the rendering of any content in its area and also handles any interactions with that content.