Posts

Showing posts from September, 2013

Full information on iPhone5S's ARM64 64bit processor

Read this  article today : Here is the complete information about what you need to know on Apple's ARM64 64-bit processor in iPhone5S as an iOS Developer.  Here's my favourite stuff from the article : "   Adding it all together, it's a pretty big win. My casual benchmarking indicates that basic object creation and destruction takes about 380ns on a 5S running in 32-bit mode, while it's only about 200ns when running in 64-bit mode. If any instance of the class has ever had a weak reference and an associated object set, the 32-bit time rises to about 480ns, while the 64-bit time remains around 200ns for any instances that were not themselves the target.  " Here's the conclusion from the article : "   The "64-bit" A7 is not just a marketing gimmic, but neither is it an amazing breakthrough that enables a new class of applications. The truth, as happens often, lies in between. The simple fact of moving to 64-bit does little. I

Introduction to iOS For Very Beginners

Introduction to iOS Here's the presentation for the following people :       * For those who own an iPhone/iPad/iPod-Touch and want to have a knowledge about the iOS Eco-System.      * For those who don't have even have a little exposure to iOS.      * For those who want to land onto the iOS Ecosystem and start off.

iOS7 Updates High Level Summary

iOS7 Changes : # Features : * Flat Translucent UI * Airdrop * Control Centre * Notification view changes * Siri Enhancement  * Automatic Updates * Real Multitasking(Copied from HP's WebOS) * Photos app collection view * Inter-App Audio # New frameworks : * Game Controller * Sprite Kit * Multi-peer Connectivity(iBeacons) * Javascript Core * Safari Services # Foundation Framework Changes: * [NSArray firstObject] * NSData - base64 Encoding * NSProgress Class (New class to handles event progress) # Enhanced Frameworks /API's : * UIKitDynamics * Multitasking * Games * Maps * AVFoundation(Videos Zooming added) # Objective C Features :  * Modules. * New return type – "instancetype" (As oppose to "id" datatype).  These are all the changes that i have seen so far.  Will update here if i come across anything else.