iPhone Development: Why to use Enumeration(enum)

Enumeration, normally called as enum. Listening to this term raise one question in mind that why we use it and how can we use it. The idea behind using enum is to use a type value rather then using int value.Below is the example that will provide you a better understanding of enum  if we […]

iPhone Development: Why to use Enumeration(enum) Read More »