How to fix BITCODE error in IOS9
After Getting update to Xcode (7.0) , I m getting a common error on all of my projects . This error occurs because of bitcode. Since all of my projects are till now compiled with IOS 8 and lower version. but this bitcode feature is new in IOS9. Note…
how to split a file in chunk in IOS or Javascript
How to split a file in chunk in IOS or Javascript Uploading in HTML has always left much to be desired from developers. Uploading files which are only a few hundred kilobytes in one go is all fine and good on a standard connection, but what of mobile…
How to create a Gmail account
How to create a Gmail account ‘Google mail’ or ‘Gmail‘ is a web-based email account in which emails are stored on the internet rather than on your computer. Internet email can be a flexible option as you can access emails from any computer…
Icon and Image Sizes of IOS Apps
Icon and Image Sizes of IOS Apps Every app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content, functions, or modes in navigation bars, toolbars, and tab bars. For all images and icons,…
New features for developers introduces in SWIFT
New features for developers introduces in SWIFT Error handling model. There are new routines to throw, catch and manage errors in Swift. These enable your code to deal with recovarable errors like “file-not-found” or network timeouts. Syntax…