
Search In
If you are planning to buy an iPhone, this year, the company-launched device can see the iPhone 8 Plus. Apple iPhone 8 Plus is equipped with many special features. But before that it is important to know how much this device is in use, how
Write following code in .h file
Add first the assets library framework from BuildPhase -> Link Binary with libraries
import framework in .h
AssetsLibrary/AssetsLibrary.h
Declare properties
@property (nonatomic, retain) ALAssetsGroup assetsG
Okay, let me just start by saying how cool it is that I can actually write this article. I mean, virtual reality is actually here! Considering they’ve been saying that it’s just around the corner for something like three decades
Often it is required to integrate the iPhone's camera in the app to take pictures and photos to be used by the app. This is made possible by UIImagePickerController.
The UIImagePickerController gives the programmer the capability to integrate the ph
I often hear these kind of statements, “hey, you have an iPhone right? Please take a picture of us”. Apple seems to make it a point to maintain the quality of their products especially their signature ones - the iPhones.
IOS is formerly apples devices Operating System which is very popular in worldwide. However, Ios gadgets are costly; instead, android gadgets are not much expensive, like ios. There are many android devices available under 100$ but not any single ios
There is a lot of buzz in the market about the Apple developers who are working to develop the latest iOS version. Yes, we are talking only about the iOS 11. As Apple iPhones are hugely responsible for reshaping our digital lives, this new version is
If you want to save any UIImage to iPhone or iPad gallery, just use below code to achieve it. These lines of code will write image file to your gallery. You just have to pass UIImage as param to it.
UIImageWriteToSavedPhotosAlbum(yourUIImage, nil,
Exchangeable Image File abbreviated as (EXIF) is a format that is standard for storing information in digital photographs. Almost all new digital cameras, including the cameras on the mobile phones use the EXIF annotation. The EXIF stores an array of
To Implement camera functionality in iOS, we use Image Picker Controller but if we need to change the style and functionality other than of Image Picker Controller then we need to create a custom camera. So, in this tutorial, we will see an example t
