iOS Development

What happens when you pass a message to the nil object in Objective C

Nothing happens, Your app will not get crashed because of that, just Objective C will ignore that.
By Ranga Reddy Nallavelli 4 comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Objective C
Newer Posts Older 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)
      • What happens when you pass a message to the nil ob...
    • ►  June (3)
    • ►  April (2)
    • ►  February (1)
    • ►  January (1)

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...
  • Native vs Mobile Web vs Hybrid -Apps
    About Native: Native applications are those which are platform and hardware dependent. These are built using specific programming languag...
  • Pointers
    In Objective C all objects are referenced using pointers: A pointer is a variable which stores memory address instead of value itself....
  • How to Localize iOS Apps
    Localization? The   practice of adjusting a product functional properties and characteristics to accommodate the language, cultural , pol...
  • Different states of an iOS app
    Different states of an iOS app: Not Running  Inactive active Background Suspended 1. Not Running App is usually in this sta...
  • what are the different types of iOS provisional Profiles? what is the use of each and how do i create one?
    iOS provisional is profile is something which is introduced by apple  for developers , who want to post their apps to App store, Enterprise...
  • Operators in Objective C and Swift
    Common for Objective C and Swift Assignment Operator ( = ) Arithmetic Operator addition +, Subtraction -,  Multiplication *,   Div...
  • 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...
  • Can I force an iPhone user to upgrade an application?
             In general forcing the user to update our application mandatorily might not go well from user stand point.         In-spite of...
All Copy rights are reserved. Powered by Blogger.