iOS Development

Welcome to my Blog

Ranga
By Ranga Reddy Nallavelli 15 comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Home
Subscribe to: Posts (Atom)

Topics

  • Objective C
  • Swift
  • iOS

List of Tutorials

  • ►  2017 (13)
    • ►  April (13)
  • ►  2013 (2)
    • ►  July (1)
    • ►  March (1)
  • ►  2012 (5)
    • ►  July (5)
  • ►  2011 (2)
    • ►  December (1)
    • ►  January (1)
  • ▼  2010 (10)
    • ►  September (2)
    • ►  July (1)
    • ►  June (3)
    • ►  April (2)
    • ►  February (1)
    • ▼  January (1)
      • Welcome to my Blog

Followers

Search This Blog

Report Abuse

  • Home

Subscribe To Ranga-Iphone-Developer

Posts
Atom
Posts
All Comments
Atom
All Comments

About Me

My photo
Ranga Reddy Nallavelli
iOS Developer at At&t
View my complete profile

Popular Posts

  • What is the difference between the Release and Autorelease?
    Release and Autorelease are the terms related to the Memory Management. whenever you own a object its your responsibility to release it . i...
  • Valid architectures of iOS devices?
    iOS Devices are powered by the processors based on ARM architecture, comes in different in versions developed overtime, each one added with...
  • Dynamic Typing & Dynamic Binding:
    Dynamic Typing in Objective C means that the class of an object type id is unknown at the compile time and is discovered at the run time b...
  • How to Localize iOS Apps
    Localization? The   practice of adjusting a product functional properties and characteristics to accommodate the language, cultural , pol...
  • Operators in Objective C and Swift
    Common for Objective C and Swift Assignment Operator ( = ) Arithmetic Operator addition +, Subtraction -,  Multiplication *,   Div...
  • Rules of Swift Initializers
    Rule 1: A designated initializer must call its immediate superclass designated initializer Rule 2: A convenience initializer must ca...
  • How to make a NSURL Request and parse the XML response?
        #import "ViewController.h" #import "XMLReader.h"             //first you need to create a URL using...
  • What is the difference between NSArray and NSMutableArray?
    Regular NSArray is Immutable , i,e  whenever you create an NSArray object and initialize some values to that and later sometime in the proj...
  • What is Retain Count or Reference Counting?
    Retain Count is the term which is related to the Memory Management  . whenever you create a object, Objective C doesn't really care abo...
  • Constructs in Objective C and Swift
    Classes, Structs and Enums are called Constructs and all three of them allow your program to store, organize or manipulate data in differe...
All Copy rights are reserved. Powered by Blogger.