Showing posts with label Ios. Show all posts
Showing posts with label Ios. Show all posts

Thursday, 19 January 2017

Some Important Difference Between C, C++ AND OBJECTIVE-C

ios-development-objective-cccc.jpg

Some Important Difference Between C , C++ & OBJECTIVE-C

  1. C is a procedural language. C++ is procedural as well as object oriented programming language. Objective-C is a general-purpose, high-level, object-oriented programming language.
  2. In C, importance is given to the steps or procedure of the program. C++ focuses on data. Objective-c focuses on Both( function & Data).
  3. Due to data hiding feature of OOP the data is secured in C++ and Objective-C. But in C the data is not secured..
  4. C is low level programming language. C++ have features of both low level programming and high level programming language. Objective-C is a high level programming language.


Thursday, 22 December 2016

Make UIImage White Background Transparent in iOS

5gLv7dt.jpg


IOS is a mobile operating system created and developed by Apple Inc. exclusively for its hardware.

It is the operating system that presently powers many of the company's mobile devices, including the iPhone, iPad, and iPod touch.

If you came across to a requirement where you want to make UIImage Background Transparent.

Read more about Make UIImage White Background Transparent in iOS visit FindNerd.