Tagged: iOS

iOS Swift

Introduction to Objective C and iOS Swift

Objective C is a superset of C programming language which is the primary programming language for iOS and OS x. Objective C provides object oriented capabilities with dynamic runtime approach. It inherits the syntax, primitive type (data types), flow control...

9-patch guides

Design Slicing for phones

Introduction to design slicing – After creating a design mockup in photo-shop i.e. psd file and before the coding of the layout, we need to decide that which part of the page can contain images/graphics and which part can be...