-
Creating Apps Using Phonegap Framework in IOS
Creating apps for different operating system is not a reliability so for reducing developr work for all devices, the phonegap framework comes into picture with a highly responsive for all devices, write program in Javascript/Jquery and give a build in any platform. So here i am going to demonstrate the “HOW TO GENERATE IOS BUILD…
-
Memory Management in iOS
Memory Management iOS In this blog we will walk through very important thing which all iOS developer should always need to take care while developing apps for same. We will see few topics related to this thing which is below :- What is the term memory management? What may happen if we don’t do memory…
-
Base64 encoding in Objective c
When we have some binary data that need to send across network, we generally don’t do it by just streaming the bits and bytes over the wire in a raw format. Why ? Because some media are made for streaming text. You never know some protocols may interpret your binary data as control characters (like…
-
iOS qrcode generator
Have you heard of QR Codes yet? Here is a quick introduction:- QR is short for Quick Response . It is used to take a piece of information from a transitory media and put it in to your cell phone.It is more useful because it can store much more data, including url links, geo coordinates,…
-
How to check network reachability in iOS
What is network reachability? Now, you are all set to program your app on the ios device? Here is one last thing which you also need to consider before you start digging it out. Network reachability, have you heard of this term? If not, here is a simple description of what it is. Your application…